Skip to content

Commit 2ccbf86

Browse files
committed
fix
1 parent 898f407 commit 2ccbf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/quarkus/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks {
6363
}
6464

6565
sourcesJar {
66-
dependsOn(quarkusGenerateCode)
66+
dependsOn(quarkusGenerateCode, compileQuarkusGeneratedSourcesJava)
6767
}
6868

6969
javadoc {

0 commit comments

Comments
 (0)