Skip to content

Commit

Permalink
Use / for root file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 9, 2024
1 parent 1abf584 commit e9fea05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public List<Path> getCodeSourcePaths() {

@Override
public Path getRootPath() {
return this.modInfo.getOwningFile().getFile().findResource(".");
return this.modInfo.getOwningFile().getFile().findResource("/");
}

@Override
Expand Down

0 comments on commit e9fea05

Please sign in to comment.