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