Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added workaround for JENKINS-4409 to avoid leaking files into the sys…
…tem temp directory
  • Loading branch information
daspilker committed Apr 12, 2015
1 parent 3432e46 commit bee907f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions job-dsl-plugin/build.gradle
Expand Up @@ -54,6 +54,11 @@ clean {
delete generatedSourcesDir
}

test {
// workaround for JENKINS-4409 to avoid leaking files into the system temp directory
systemProperty 'java.io.tmpdir', temporaryDir.absolutePath
}

configurations {
forceInclude {}
}
Expand Down

0 comments on commit bee907f

Please sign in to comment.