Skip to content

Commit

Permalink
<fix>(build): update code generator, jline.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Mar 2, 2024
1 parent 31f9e81 commit b1c0d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dependencies {
//compile 'org.fisco-bcos:solcJ:0.5.2.2'
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.10.0-SNAPSHOT')
compile ("com.fasterxml.jackson.core:jackson-databind:2.15.2")
compile('org.fisco-bcos.code-generator:bcos-code-generator:1.2.0-SNAPSHOT') {
compile('org.fisco-bcos.code-generator:bcos-code-generator:1.4.0-SNAPSHOT') {
exclude group: "org.fisco-bcos.java-sdk"
exclude group: "org.slf4j"
}
compile("commons-cli:commons-cli:1.3.1")
compile 'org.jline:jline:3.12.0'
compile 'org.jline:jline:3.25.0'
compile 'io.bretty:console-table-builder:1.2'
compile 'com.github.jsqlparser:jsqlparser:2.0'
testCompile 'com.github.stefanbirkner:system-rules:1.18.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public ConsoleFilesCompleter(Path solidityPath) {
this.solidityPath = solidityPath;
}

@Override
protected String getDisplay(Terminal terminal, Path p) {
String name = p.getFileName().toString();
// do not display .sol
Expand Down

0 comments on commit b1c0d2b

Please sign in to comment.