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 e9ce233 commit 90f536dCopy full SHA for 90f536d
components/environment/build.gradle.kts
@@ -37,6 +37,8 @@ val generateSupportedConfigurations by tasks.registering(JavaExec::class) {
37
outputFile.get().asFile.parentFile.mkdirs()
38
}
39
40
+// Ensure Java compilation depends on the generated sources
41
+sourceSets["main"].java.srcDir(layout.buildDirectory.dir("generated/sources/supported"))
42
43
tasks.named("compileJava") {
44
dependsOn(generateSupportedConfigurations)
0 commit comments