Skip to content

Commit

Permalink
fix: update submodules for latest bach version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee committed May 29, 2024
1 parent 9b08e38 commit 3c45c0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bach/src/Project.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.io.File;
import java.lang.module.ModuleFinder;
import java.nio.file.Path;
import run.bach.ModuleFinders;
import run.bach.ModuleLocator;
import run.bach.ToolCall;
import run.bach.ToolRunner;
import run.bach.workflow.Builder;
Expand Down Expand Up @@ -38,7 +38,7 @@ static Project ofCurrentWorkingDirectory() {
.with(testModule("test.examples"))
.with(testModule("test.integration"));

var libraries = ModuleFinder.compose(ModuleFinders.ofProperties(JUnit.MODULES));
var libraries = ModuleLocator.compose(JUnit.modules());
return new Project(
new Workflow(
Folders.ofCurrentWorkingDirectory(),
Expand Down
2 changes: 1 addition & 1 deletion .bach/src/run/info/org/junit
Submodule junit updated 2 files
+12 −23 JUnit.java
+14 −0 JUnitLocator.java

0 comments on commit 3c45c0b

Please sign in to comment.