Skip to content

Commit

Permalink
adapt gradle file to work correctly with Gradle v2.4 when uploading t…
Browse files Browse the repository at this point in the history
…he maven plugin
  • Loading branch information
Jan Schäfer committed Jul 4, 2015
1 parent 26715ba commit 00f00b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ subprojects {
scope = 'provided'
}
pom.dependencies.removeAll(pom.dependencies.findAll{ dep -> dep.scope in [ 'test' ] })
pom.packaging = project.path == ':jgiven-maven-plugin' ? 'maven-plugin' : 'jar'
}
}
}
Expand Down

0 comments on commit 00f00b7

Please sign in to comment.