Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 authored Jul 18, 2022
1 parent 323fc10 commit 7986f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ ext {
guavaVersion = '30.1.1-jre'

config2Version = '2.7'
bcosSdkJniVersion = "3.0.0-rc3-bugfix-SNAPSHOT"
bcosSdkJniVersion = "3.0.0-rc3-bugfix"
}

// check.dependsOn integrationTest
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.java-sdk'
version = '3.0.0-rc3-bugfix-SNAPSHOT'
version = '3.0.0-rc3-bugfix'
apply plugin: 'maven-publish'
apply plugin: 'idea'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 7986f9e

Please sign in to comment.