Skip to content

Commit

Permalink
Update runtime to runtimeClasspath
Browse files Browse the repository at this point in the history
  • Loading branch information
morebtcg committed Nov 8, 2023
1 parent 0ec7b6d commit 620a735
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -132,7 +109,7 @@ jar {

doLast {
copy {
from configurations.runtime
from configurations.runtimeClasspath
into 'dist/lib'
}
copy {
Expand Down

0 comments on commit 620a735

Please sign in to comment.