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 875a4db commit 0d343bbCopy full SHA for 0d343bb
smoke-tests/images/quarkus/build.gradle.kts
@@ -69,4 +69,8 @@ tasks {
69
javadoc {
70
dependsOn(compileQuarkusGeneratedSourcesJava)
71
}
72
+
73
+ checkstyleMain {
74
+ dependsOn(compileQuarkusGeneratedSourcesJava)
75
+ }
76
0 commit comments