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 898f407 commit 2ccbf86Copy full SHA for 2ccbf86
smoke-tests/images/quarkus/build.gradle.kts
@@ -63,7 +63,7 @@ tasks {
63
}
64
65
sourcesJar {
66
- dependsOn(quarkusGenerateCode)
+ dependsOn(quarkusGenerateCode, compileQuarkusGeneratedSourcesJava)
67
68
69
javadoc {
0 commit comments