Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkun83 committed May 8, 2015
1 parent f15e805 commit 69e11dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: "com.gradle.plugin-publish"
apply plugin: 'signing'

group = 'com.google.protobuf'
version = '0.3.2-SNAPSHOT'
version = '0.4.0'

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

Expand Down Expand Up @@ -81,10 +81,12 @@ artifacts {
archives javadocJar
}

/*
signing {
required { isReleaseVersion && gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}
*/

uploadArchives {
repositories {
Expand Down

0 comments on commit 69e11dc

Please sign in to comment.