Skip to content

Commit

Permalink
Remove javadoc task from common module
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Nov 15, 2023
1 parent e484d00 commit 510dac2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,11 @@ tasks.withType<JavaCompile>() {
}

tasks {
javadoc {
options {
(this as CoreJavadocOptions).addStringOption("Xdoclint:none", "-quiet")
}
}
test {
useJUnitPlatform()
}
}

java {
withJavadocJar()
sourceCompatibility = JavaVersion.VERSION_17
}

0 comments on commit 510dac2

Please sign in to comment.