Skip to content

Commit

Permalink
Merge pull request #1076 from ahus1/fix-gradle-warning-undeclared-dep…
Browse files Browse the repository at this point in the history
…endency

add explicit dependency after Gradle complained
  • Loading branch information
robertpanzer committed Jan 8, 2022
2 parents f54746e + e12eeaf commit d912aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asciidoctorj-wildfly-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ task unpackWildfly(type: Copy) {
into "$buildDir"
}

compileTestJava {
dependsOn unpackWildfly
}

tasks.create("createModule").doLast {
copy {
from "src/test/resources/module.xml"
Expand Down

0 comments on commit d912aa3

Please sign in to comment.