Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-04 23:30:24 +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.checkerQual)
|
||||
}
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
}
|
||||
|
@ -22,7 +22,6 @@ tasks {
|
||||
java {
|
||||
javaTarget(8)
|
||||
withSourcesJar()
|
||||
withJavadocJar() // todo: do we need javadoc enabled for every module?
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
@ -11,3 +11,7 @@ dependencies {
|
||||
api(projects.viaversionApi)
|
||||
api(projects.viaversionApiLegacy)
|
||||
}
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren