Skip to content

Commit

Permalink
updated Gradle JPI plugin to 0.8.1, removed workaround for JENKINS-26331
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Jan 28, 2015
1 parent 2c70be9 commit 724d3f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions job-dsl-plugin/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.jenkins-ci.tools:gradle-jpi-plugin:0.8.0'
classpath 'org.jenkins-ci.tools:gradle-jpi-plugin:0.8.1'
}
}

Expand Down Expand Up @@ -63,9 +63,3 @@ dependencies {
jenkinsTest 'org.jenkins-ci.plugins:javadoc:1.1@jar'
jenkinsTest 'org.jenkins-ci.plugins:mailer:1.1@jar'
}

// workaround for JENKINS-26331
tasks.clean.delete('target')
tasks.test.doFirst {
file('target').mkdirs()
}

0 comments on commit 724d3f3

Please sign in to comment.