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 46f4b13 commit 1450a11Copy full SHA for 1450a11
utils/config-utils/build.gradle.kts
@@ -13,3 +13,7 @@ dependencies {
13
14
testImplementation(project(":utils:test-utils"))
15
}
16
+
17
+tasks.named("javadoc") {
18
+ dependsOn("generateSupportedConfigurations")
19
+}
0 commit comments