disable javadoc for now to fix building

This commit is contained in:
hartie95 2024-02-02 14:05:05 +01:00
parent 21b161f62b
commit d8ade4a074
3 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@ compileTestKotlin.kotlinOptions {
java {
withSourcesJar()
withJavadocJar()
//withJavadocJar()
}
publishing {

View File

@ -41,7 +41,7 @@ compileTestKotlin.kotlinOptions {
java {
withSourcesJar()
withJavadocJar()
//withJavadocJar()
}
publishing {

View File

@ -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 {