Skip to content

Commit

Permalink
chore: try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Oct 2, 2024
1 parent 4fec49e commit 611f711
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,23 +135,5 @@ subprojects {

java {
withSourcesJar()
withJavadocJar()
}

tasks.withType<Javadoc>().configureEach {
options {
val fullOptions = options as StandardJavadocDocletOptions
fullOptions.addStringOption("Xdoclint:none", "-quiet")
// Include Lombok-generated methods in the documentation
fullOptions.addBooleanOption("-A", true)
}

// Ensure Lombok processor is available during JavaDoc generation
doFirst {
configurations.compileClasspath.get().forEach { file ->
val fullOptions = options as StandardJavadocDocletOptions
fullOptions.addStringOption("classpath", file.absolutePath)
}
}
}
}

0 comments on commit 611f711

Please sign in to comment.