From 620a735a25b110818b2c83266ad0f38bc3e7c994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=A5=A0?= <651932351@qq.com> Date: Wed, 8 Nov 2023 19:08:57 +0800 Subject: [PATCH] Update runtime to runtimeClasspath --- build.gradle | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/build.gradle b/build.gradle index b14e09bd..3ab86628 100644 --- a/build.gradle +++ b/build.gradle @@ -62,29 +62,6 @@ dependencies { } testImplementation('com.github.stefanbirkner:system-rules:1.19.0') testImplementation('junit:junit:4.13.2') - - runtimeOnly logger - //runtimeOnly 'org.fisco-bcos:solcJ:0.4.25.1' - //runtimeOnly 'org.fisco-bcos:solcJ:0.6.10.1' - //runtimeOnly 'org.fisco-bcos:solcJ:0.5.2.1' - runtimeOnly 'org.fisco-bcos:solcJ:0.8.11.1' - runtimeOnly ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.6.0-SNAPSHOT') { - exclude group: "org.slf4j" - } - runtimeOnly('org.fisco-bcos:evm-static-analysis:1.0.0') { - exclude group: "org.slf4j" - } - runtimeOnly('commons-cli:commons-cli:1.5.0') - runtimeOnly('org.jline:jline:3.21.0') - runtimeOnly('io.bretty:console-table-builder:1.2') - runtimeOnly('com.github.jsqlparser:jsqlparser:2.0') - runtimeOnly('org.fisco-bcos.code-generator:bcos-code-generator:1.2.0') { - exclude group: "org.fisco-bcos.java-sdk" - exclude group: "org.slf4j" - } - runtimeOnly('com.fasterxml.jackson.core:jackson-databind:2.14.3'){ - force true - } } configurations.all { @@ -132,7 +109,7 @@ jar { doLast { copy { - from configurations.runtime + from configurations.runtimeClasspath into 'dist/lib' } copy {