Skip to content

Commit 0ea7bca

Browse files
committed
Add explicit dependency for pmdMain in build.gradle
1 parent 5dbde8d commit 0ea7bca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ test {
110110
integrationTest.doFirst {
111111
systemProperty "java.util.logging.manager", "org.jboss.logmanager.LogManager"
112112
}
113+
114+
pmdMain {
115+
dependsOn(':compileQuarkusGeneratedSourcesJava')
116+
}

0 commit comments

Comments
 (0)