Skip to content

Commit

Permalink
Update astra-maven-plugin/src/main/java/org/alfasoftware/astra/Refact…
Browse files Browse the repository at this point in the history
…orMojo.java

Co-authored-by: Joseph Hoare <[email protected]>
  • Loading branch information
harrisric and RadikalJin authored Dec 4, 2024
1 parent 419bdb2 commit e235b7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ public Predicate<String> getPrefilteringPredicate() {

@Override
public Set<String> getAdditionalClassPathEntries() {
// This is a Maven plugin that can access the full classpath required for the source code Astra is running over - no additional help required.
return Set.of();

}
});

Expand Down

0 comments on commit e235b7f

Please sign in to comment.