Skip to content

Commit fabd052

Browse files
committed
<fix>(build): update publish url to central.sonatype.
1 parent e7ded95 commit fabd052

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.ci/ci_check.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ build_node()
7878
{
7979
cp ./tools/get_account.sh .
8080
cp ./tools/get_gm_account.sh .
81-
mkdir ~/.fisco
81+
mkdir -p ~/.fisco
8282
cp ./tools/get_account.sh ~/.fisco/
8383
cp ./tools/get_gm_account.sh ~/.fisco/
84-
bash build_chain.sh -l 127.0.0.1:4 ${@} -e ./fisco-bcos
84+
bash -x build_chain.sh -l 127.0.0.1:4 ${@} -e ./fisco-bcos
8585
./nodes/127.0.0.1/fisco-bcos -v
8686
./nodes/127.0.0.1/start_all.sh
8787
}
@@ -180,9 +180,9 @@ java -version
180180
#cp src/integration-test/resources/config-example.toml src/integration-test/resources/config.toml
181181
download_tassl
182182

183-
LOG_INFO "------ download_binary: v3.15.2---------"
184-
download_binary "v3.15.2"
185-
download_build_chain "v3.15.2"
183+
LOG_INFO "------ download_binary: v3.11.0---------"
184+
download_binary "v3.11.0"
185+
download_build_chain "v3.11.0"
186186
LOG_INFO "------ check_standard_node---------"
187187
check_standard_node false
188188
LOG_INFO "------ check_sm_node---------"

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-22.04, windows-2019, macos-latest]
17+
os: [ubuntu-22.04, windows-2025, macos-latest]
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ targetCompatibility = 1.8
1616
repositories {
1717
mavenCentral()
1818
maven { url "https://maven.aliyun.com/nexus/content/groups/public/" }
19-
maven { url "https://oss.sonatype.org/service/local/staging/deploy/maven2" }
20-
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
19+
maven { url "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/" }
20+
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
2121
}
2222

2323
googleJavaFormat {
@@ -50,7 +50,7 @@ dependencies {
5050
exclude group: "org.slf4j"
5151
}
5252
implementation('commons-cli:commons-cli:1.5.0')
53-
implementation('org.jline:jline:3.21.0')
53+
implementation('org.jline:jline:3.30.6')
5454
implementation('io.bretty:console-table-builder:1.2')
5555
implementation('com.github.jsqlparser:jsqlparser:2.0')
5656
implementation('org.fisco-bcos.code-generator:bcos-code-generator:1.6.0') {

0 commit comments

Comments
 (0)