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 953e662 commit 5bd63deCopy full SHA for 5bd63de
build.gradle
@@ -25,22 +25,22 @@ ext {
25
picocliVersion = '4.6.1'
26
toml4jVersion = "0.7.2"
27
bcprovJDK15onVersion = '1.69'
28
- keyMiniToolkit = "1.0.4-SNAPSHOT"
+ keyMiniToolkit = "1.0.4"
29
30
junitVersion = '4.13.2'
31
commonsCollections4Version = "4.4"
32
guavaVersion = '30.1.1-jre'
33
tarsCoreVersion = "1.7.2"
34
35
config2Version = '2.7'
36
- bcosSdkJniVersion = "3.1.0-SNAPSHOT"
+ bcosSdkJniVersion = "3.0.0-rc1"
37
}
38
39
// check.dependsOn integrationTest
40
// integrationTest.mustRunAfter test
41
allprojects {
42
group = 'org.fisco-bcos.java-sdk'
43
- version = '3.1.0-SNAPSHOT'
+ version = '3.0.0-rc1'
44
apply plugin: 'maven-publish'
45
apply plugin: 'idea'
46
apply plugin: 'eclipse'
0 commit comments