feat: use buildj :::javac and :::java

This commit is contained in:
2021-04-10 00:30:25 +08:00
parent f8c96be6a9
commit ca1fe72030

View File

@@ -5,4 +5,4 @@ build:
cargo build cargo build
java_run: build java_run: build
javac com/example/robusta/HelloWorld.java && RUST_BACKTRACE=full java -Djava.library.path=../target/debug com.example.robusta.HelloWorld buildj :::javac15 com/example/robusta/HelloWorld.java && RUST_BACKTRACE=full buildj :::java15 -Djava.library.path=./target/debug com.example.robusta.HelloWorld