mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
Temp fix api publish since javadoc.io is down
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
abstract class Services {
|
abstract class Services {
|
||||||
@@ -166,12 +_,12 @@
|
@@ -166,15 +_,19 @@
|
||||||
|
|
||||||
tasks.withType<Javadoc>().configureEach {
|
tasks.withType<Javadoc>().configureEach {
|
||||||
val options = options as StandardJavadocDocletOptions
|
val options = options as StandardJavadocDocletOptions
|
||||||
@@ -141,16 +141,26 @@
|
|||||||
- "https://guava.dev/releases/33.3.1-jre/api/docs/",
|
- "https://guava.dev/releases/33.3.1-jre/api/docs/",
|
||||||
- "https://javadoc.io/doc/org.yaml/snakeyaml/2.2/",
|
- "https://javadoc.io/doc/org.yaml/snakeyaml/2.2/",
|
||||||
+ "https://guava.dev/releases/33.4.0-jre/api/docs/", // Leaf - Bump Dependencies
|
+ "https://guava.dev/releases/33.4.0-jre/api/docs/", // Leaf - Bump Dependencies
|
||||||
|
+ // Leaf start - Temp fix api publish since javadoc.io is down
|
||||||
|
+ /*
|
||||||
+ "https://javadoc.io/doc/org.yaml/snakeyaml/2.3/", // Leaf - Bump Dependencies
|
+ "https://javadoc.io/doc/org.yaml/snakeyaml/2.3/", // Leaf - Bump Dependencies
|
||||||
"https://javadoc.io/doc/org.jetbrains/annotations/$annotationsVersion/",
|
"https://javadoc.io/doc/org.jetbrains/annotations/$annotationsVersion/",
|
||||||
"https://javadoc.io/doc/org.joml/joml/1.10.8/",
|
"https://javadoc.io/doc/org.joml/joml/1.10.8/",
|
||||||
"https://www.javadoc.io/doc/com.google.code.gson/gson/2.11.0",
|
"https://www.javadoc.io/doc/com.google.code.gson/gson/2.11.0",
|
||||||
@@ -185,7 +_,7 @@
|
+ */
|
||||||
|
+ // Leaf end - Temp fix api publish since javadoc.io is down
|
||||||
|
"https://jspecify.dev/docs/api/",
|
||||||
|
"https://jd.advntr.dev/api/$adventureVersion/",
|
||||||
|
"https://jd.advntr.dev/key/$adventureVersion/",
|
||||||
|
@@ -183,9 +_,9 @@
|
||||||
|
"https://jd.advntr.dev/text-serializer-legacy/$adventureVersion/",
|
||||||
|
"https://jd.advntr.dev/text-serializer-plain/$adventureVersion/",
|
||||||
"https://jd.advntr.dev/text-logger-slf4j/$adventureVersion/",
|
"https://jd.advntr.dev/text-logger-slf4j/$adventureVersion/",
|
||||||
"https://javadoc.io/doc/org.slf4j/slf4j-api/$slf4jVersion/",
|
- "https://javadoc.io/doc/org.slf4j/slf4j-api/$slf4jVersion/",
|
||||||
|
+ //"https://javadoc.io/doc/org.slf4j/slf4j-api/$slf4jVersion/", // Leaf - Temp fix api publish since javadoc.io is down
|
||||||
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
|
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
|
||||||
- "https://javadoc.io/doc/org.apache.maven.resolver/maven-resolver-api/1.7.3",
|
- "https://javadoc.io/doc/org.apache.maven.resolver/maven-resolver-api/1.7.3",
|
||||||
+ "https://javadoc.io/doc/org.apache.maven.resolver/maven-resolver-api/1.9.22", // Leaf - Bump Dependencies
|
+ //"https://javadoc.io/doc/org.apache.maven.resolver/maven-resolver-api/1.9.22", // Leaf - Bump Dependencies // Leaf - Temp fix api publish since javadoc.io is down
|
||||||
)
|
)
|
||||||
options.tags("apiNote:a:API Note:")
|
options.tags("apiNote:a:API Note:")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user