We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cffd225 + 8740d7f commit 5d4aa6cCopy full SHA for 5d4aa6c
build.gradle
@@ -33,14 +33,14 @@ ext {
33
tarsCoreVersion = "1.7.2"
34
35
config2Version = '2.7'
36
- bcosSdkJniVersion = "3.0.0-rc2-SNAPSHOT"
+ bcosSdkJniVersion = "3.0.0-rc2"
37
}
38
39
// check.dependsOn integrationTest
40
// integrationTest.mustRunAfter test
41
allprojects {
42
group = 'org.fisco-bcos.java-sdk'
43
- version = '3.0.0-rc2-SNAPSHOT'
+ version = '3.0.0-rc2'
44
apply plugin: 'maven-publish'
45
apply plugin: 'idea'
46
apply plugin: 'eclipse'
0 commit comments