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 274d144 commit 11a30bbCopy full SHA for 11a30bb
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