We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0002b3 commit fb241d3Copy full SHA for fb241d3
build-logic/src/main/kotlin/polaris-java.gradle.kts
@@ -206,6 +206,9 @@ tasks.withType<Javadoc>().configureEach {
206
val opt = options as CoreJavadocOptions
207
// don't spam log w/ "warning: no @param/@return"
208
opt.addStringOption("Xdoclint:-reference", "-quiet")
209
+ if (plugins.hasPlugin("org.kordamp.gradle.jandex")) {
210
+ dependsOn("jandex")
211
+ }
212
}
213
214
tasks.register("printRuntimeClasspath").configure {
0 commit comments