Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +01:00
Only add javadoc jar to common and api
Dieser Commit ist enthalten in:
Ursprung
e2d9e44be3
Commit
cbf71e2289
@ -21,3 +21,7 @@ dependencies {
|
|||||||
compileOnlyApi(libs.guava)
|
compileOnlyApi(libs.guava)
|
||||||
compileOnlyApi(libs.checkerQual)
|
compileOnlyApi(libs.checkerQual)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
withJavadocJar()
|
||||||
|
}
|
||||||
|
@ -22,7 +22,6 @@ tasks {
|
|||||||
java {
|
java {
|
||||||
javaTarget(8)
|
javaTarget(8)
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
withJavadocJar() // todo: do we need javadoc enabled for every module?
|
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
@ -11,3 +11,7 @@ dependencies {
|
|||||||
api(projects.viaversionApi)
|
api(projects.viaversionApi)
|
||||||
api(projects.viaversionApiLegacy)
|
api(projects.viaversionApiLegacy)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
withJavadocJar()
|
||||||
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren