Skip to content

Commit

Permalink
fix signing method signature to reflect Gradle 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
poiati committed Mar 18, 2015
1 parent ccd0ad6 commit 3e335b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,5 @@
* 1.5 * 1.5
- GMongoClient now extends GMongo for better compatibility with - GMongoClient now extends GMongo for better compatibility with mongodb-java-driver
mongodb-java-driver
* 1.4 * 1.4
- Support to mongodb 3.0 - Support to mongodb 3.0
- Now using Groovy 2.4.1. - Now using Groovy 2.4.1.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ task prepareBundle(dependsOn: [ 'build', 'source', 'groovydoc', 'pom' ]) << {
ant.jar(destfile: "${project.ext.bundleDir}/${project.ext.artifact}-${version}-javadoc.jar") { ant.jar(destfile: "${project.ext.bundleDir}/${project.ext.artifact}-${version}-javadoc.jar") {
fileset (dir: "$buildDir/docs/groovydoc") fileset (dir: "$buildDir/docs/groovydoc")
} }
sign(new File(project.ext.bundleDir).listFiles()); signing.sign(new File(project.ext.bundleDir).listFiles())
} }


task packBundle << { task packBundle << {
Expand Down

0 comments on commit 3e335b3

Please sign in to comment.