mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-03 14:27:51 +01:00
Only add javadoc jar to common and api
This commit is contained in:
parent
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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user