Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Feb 8, 2024
1 parent f258b56 commit b9c4ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build-rs-vegafusion-server = { cmd = "cargo build -p vegafusion-server --release
start-minio = "python automation/start_minio.py"

# Java
build-jni = "cargo build -p vegafusion-jni --release $0"
build-jni = "cargo build -p vegafusion-jni --release $0 && ls -la target/release"
build-jar = "cd java && ./gradlew jar"
build-jar-win = "cd java && ./gradlew.bat jar"

Expand Down

0 comments on commit b9c4ff3

Please sign in to comment.