Skip to content

Commit

Permalink
Include [email protected] in Versions program
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Apr 29, 2024
1 parent 19bea9f commit bcb2659
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bach/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/bin/
/out/
/src/run/
/var/
/tool/*/
/tool/*/**

*.jfr
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 @@ -14,6 +14,7 @@ public static void main(String... args) {
// 1-shot, tool installer
Tool.of("https://github.com/rife2/bld/releases/download/1.9.0/bld-1.9.0.jar").run("version");
Tool.of(new Ant(), ToolInstaller.Mode.INSTALL_IMMEDIATE).run("-version");
Tool.of("jreleaser").run("--version");

// multi-shot, tool finder
var finder =
Expand Down
16 changes: 16 additions & 0 deletions .bach/tool/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@description JReleaser - The quick and effortless way to release your project! (v1.11.0)
@homepage https://jreleaser.org
@releases https://github.com/jreleaser/jreleaser/releases/latest

@namespace jreleaser
@name jreleaser
@version 1.11.0

@java -jar .bach/tool/jreleaser/[email protected]/jreleaser-tool-provider-1.11.0.jar

jreleaser-tool-provider-1.11.0.jar=\
https://github.com/jreleaser/jreleaser/releases/download/v1.11.0/jreleaser-tool-provider-1.11.0.jar\
#SIZE=44503293&SHA-256=56420d5ca5410412bafcf2113cc54a64663d69f13b980b2aadc14f87602582a9
README.adoc=\
https://github.com/jreleaser/jreleaser/raw/v1.11.0/README.adoc\
#SIZE=6162
2 changes: 1 addition & 1 deletion .idea/bach.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcb2659

Please sign in to comment.