Skip to content

Commit

Permalink
Update to use correct jresolve properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed May 10, 2024
1 parent cefccb5 commit c89888c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bach/src/run.bach/run/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public static void main(String... args) {
Tool.of("https://github.com/rife2/bld/releases/download/1.9.1/bld-1.9.1.jar").run("version");
Tool.of(new Ant(), ToolInstaller.Mode.INSTALL_IMMEDIATE).run("-version");
Tool.of("jreleaser").run("--version");
Tool.of("jresolve").run("--version");

// multi-shot, tool finder
var finder =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
jresolve.jar=\
https://github.com/bowbahdoe/jresolve-cli/releases/download/v2024.05.10/jresolve.jar\
#SIZE=754432
README.adoc=\
README.md=\
https://github.com/bowbahdoe/jresolve-cli/raw/v2024.05.10/README.md\
#SIZE=8898

0 comments on commit c89888c

Please sign in to comment.