Skip to content

Commit 715303f

Browse files
authored
Quarkus image build fix (#14280)
1 parent 94a815f commit 715303f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@ tasks {
6969
javadoc {
7070
dependsOn(compileQuarkusGeneratedSourcesJava)
7171
}
72+
73+
checkstyleMain {
74+
dependsOn(compileQuarkusGeneratedSourcesJava)
75+
}
7276
}

0 commit comments

Comments
 (0)