Skip to content

Commit

Permalink
removed workaround for JENKINS-4409, has been fixed in 1.601
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Nov 8, 2015
1 parent 03ab61f commit cc72e5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions job-dsl-plugin/build.gradle
Expand Up @@ -52,11 +52,6 @@ clean {
delete generatedSourcesDir
}

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

dependencies {
compile project(':job-dsl-core')
optionalJenkinsPlugins 'org.jenkins-ci.plugins:cloudbees-folder:4.4@jar'
Expand Down

0 comments on commit cc72e5f

Please sign in to comment.