mirror of
https://github.com/Anime-Game-Servers/AnimeGamesLua.git
synced 2024-11-26 22:00:32 +00:00
disable javadoc for now to fix building
This commit is contained in:
parent
21b161f62b
commit
d8ade4a074
@ -47,7 +47,7 @@ compileTestKotlin.kotlinOptions {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
//withJavadocJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
@ -41,7 +41,7 @@ compileTestKotlin.kotlinOptions {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
//withJavadocJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
@ -24,6 +24,7 @@ dependencies {
|
||||
annotationProcessor(libs.jvm.lombok)
|
||||
implementation(libs.bundles.jvm.reflection)
|
||||
implementation(libs.jvm.logging)
|
||||
implementation(libs.jvm.kotlinx.io.core)
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
@ -32,7 +33,7 @@ tasks.test {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
//withJavadocJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
Loading…
Reference in New Issue
Block a user