Skip to content

Commit

Permalink
Update core jar location
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Nov 10, 2023
1 parent 3b4772d commit d6bda15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ replay_pid*
/.settings/
.classpath
.factorypath

.idea
2 changes: 1 addition & 1 deletion src/main/resources/scripts/envSimple.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sub locate_src_root {
return abs_path(File::Spec->catpath($volume, $src_root_dir));
}
$src_root = locate_src_root();
@jar_files = glob("$src_root/scripts/target/core-*.jar");
@jar_files = glob("$src_root/core-*.jar");
if (scalar @jar_files != 1) {
die "Expected to find 1 scripts-*.jar, but found: " . scalar @jar_files;
}
Expand Down

0 comments on commit d6bda15

Please sign in to comment.