Skip to content

Commit

Permalink
Adapt StandaloneTests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 28, 2024
1 parent 2f114a2 commit ed2f704
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class Projects {
private Projects() {
}

static Path copyToWorkspace(String antStarter, Path workspace) throws IOException {
PathUtils.copyDirectory(Path.of("projects").resolve(antStarter), workspace);
static Path copyToWorkspace(String project, Path workspace) throws IOException {
PathUtils.copyDirectory(getSourceDirectory(project), workspace);
return workspace;
}

Expand Down
Loading

0 comments on commit ed2f704

Please sign in to comment.