You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd /opt/evidenceSample/evidence
$ ll
total 4
drwxr-xr-x. 5 root root 46 Oct 12 10:23 build
-rw-r--r--. 1 root root 2967 Oct 11 18:47 build.gradle
drwxr-xr-x. 2 root root 24 Oct 11 18:47 lib
drwxr-xr-x. 3 root root 17 Oct 11 18:47 src
$ yes|cp /opt/web3sdk/dist/apps/web3sdk.jar ./lib/
$ gradle build
> Task :compileJava
Note: /opt/evidenceSample/evidence/src/main/java/org/bcos/evidence/app/BcosApp.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See https://docs.gradle.org/4.6/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1s
3 actionable tasks: 3 executed
$ ls
build build.gradle evidence lib src