Skip to content

Commit

Permalink
updated gradle version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colestew committed May 5, 2015
1 parent 948b2b0 commit c5c28ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mercurydb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group = 'com.github.mercurydb'
version = '0.6.1'
version = '0.6.2'

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
Expand All @@ -22,7 +22,7 @@ artifacts {
}

signing {
required { true }
required { gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}

Expand Down

0 comments on commit c5c28ff

Please sign in to comment.