Skip to content

Commit

Permalink
Merge pull request #167 from theosotr/fix
Browse files Browse the repository at this point in the history
Add missing inputs to the incremental task "test"
  • Loading branch information
stchar authored Jan 28, 2020
2 parents f56d3b8 + e0fd343 commit 637e66e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ task copyGrapesDependencies(type: CopyDependenciesToMavenTreeTask) {
test.dependsOn copyGrapesDependencies

test {
inputs.files ("$projectDir/src/test/jenkins", "$projectDir/grapeConfig.xml")
systemProperty "grape.config", "$projectDir/grapeConfig.xml"
systemProperty "grape.home", file("$buildDir/grapes").toURI()
// Settings for debugging @Grape() resolution in test cases
Expand Down

0 comments on commit 637e66e

Please sign in to comment.