Skip to content

Commit

Permalink
Call new --version action of JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed May 20, 2024
1 parent 9622d0b commit a5d96d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bach/src/run.bach/run/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ public static void main(String... args) {
"rife2/[email protected]",
"https://github.com/rife2/bld/releases/download/1.9.1/bld-1.9.1.jar")
.withJavaApplication(
"org.junit.platform/junit@1.10.2",
"https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-console-standalone/1.10.2/junit-platform-console-standalone-1.10.2.jar")
"org.junit.platform/junit@1.11.0-M2",
"https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-console-standalone/1.11.0-M2/junit-platform-console-standalone-1.11.0-M2.jar")
.with("run.bach/[email protected]", new GoogleJavaFormat("1.22.0"))
.with("run.bach/[email protected]", new GoogleJavaFormat("1.19.2"))
.with(new Maven());

var runner = ToolRunner.of(finder);
runner.run("ant", "-version");
runner.run("bld", "version");
runner.run("junit", "engines");
runner.run("junit", "--version");
runner.run("google-java-format", "--version");
runner.run("[email protected]", "--version");
runner.run("maven", "--version");
Expand Down

0 comments on commit a5d96d7

Please sign in to comment.