Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Jun 8, 2023
1 parent c4ccf38 commit 569150b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.10.1-SNAPSHOT
version=4.10.1-RC
14 changes: 7 additions & 7 deletions gradle/publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ nexusStaging {
}


signing {
sign publishing.publications.maven
def signingKey = new File("$rootDir/web3j.asc")
if (signingKey.exists()) {
useInMemoryPgpKeys(signingKey.getText('UTF-8'), System.getenv('GPG_PASSPHRASE'))
}
}
//signing {
// sign publishing.publications.maven
// def signingKey = new File("$rootDir/web3j.asc")
// if (signingKey.exists()) {
// useInMemoryPgpKeys(signingKey.getText('UTF-8'), System.getenv('GPG_PASSPHRASE'))
// }
//}

0 comments on commit 569150b

Please sign in to comment.