Skip to content

Commit

Permalink
Evaluate all classpath resources, not just the first
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 23, 2025
1 parent 4684213 commit b3b0601
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@ public RewriteClasspathJarClasspathLoader(ExecutionContext ctx) {
throw new UncheckedIOException(e);
}
}
return null;
}

return null;

}

/**
Expand Down

0 comments on commit b3b0601

Please sign in to comment.