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.
1 parent ed24097 commit ab7e0a0Copy full SHA for ab7e0a0
build.gradle
@@ -32,14 +32,14 @@ ext {
32
guavaVersion = '30.1.1-jre'
33
34
config2Version = '2.7'
35
- bcosSdkJniVersion = "3.0.0-rc3-SNAPSHOT"
+ bcosSdkJniVersion = "3.0.0-rc3"
36
}
37
38
// check.dependsOn integrationTest
39
// integrationTest.mustRunAfter test
40
allprojects {
41
group = 'org.fisco-bcos.java-sdk'
42
- version = '3.0.0-rc3-SNAPSHOT'
+ version = '3.0.0-rc3'
43
apply plugin: 'maven-publish'
44
apply plugin: 'idea'
45
apply plugin: 'eclipse'
0 commit comments