Skip to content

Commit

Permalink
fix (build): Pin JBang version to 0.122.0, because 0.123.0 breaks the…
Browse files Browse the repository at this point in the history
… build (see #1040)
  • Loading branch information
vorburger committed Feb 5, 2025
1 parent fe95192 commit 160abd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/maven/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ set -euox pipefail

tools/maven/install.bash

learn/jbang/jbang learn/jbang/hello.java
# TODO https://github.com/jbangdev/jbang/issues/1921, due to https://github.com/enola-dev/enola/issues/1040
rm -rf ~/.jbang/ && JBANG_DOWNLOAD_VERSION=0.122.0 learn/jbang/jbang learn/jbang/hello.java

0 comments on commit 160abd2

Please sign in to comment.