Skip to content

Commit e12eeaf

Browse files
committed
add explicit dependency after Gradle complained
1 parent 5765549 commit e12eeaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asciidoctorj-wildfly-integration-test/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ task unpackWildfly(type: Copy) {
4545
into "$buildDir"
4646
}
4747

48+
compileTestJava {
49+
dependsOn unpackWildfly
50+
}
51+
4852
tasks.create("createModule").doLast {
4953
copy {
5054
from "src/test/resources/module.xml"

0 commit comments

Comments
 (0)