Skip to content

Commit

Permalink
Expose monitored dirs field for LMP/LGP
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Aug 14, 2023
1 parent 1b1d8c1 commit 6d3f47b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private enum FileTrackMode {
private File multiModuleProjectDirectory;
private List<File> resourceDirs;
// Not all webResource dirs need to be monitored, but those for which a Maven filtering will be applied do, since they can't be added to the loose app as source
private List<Path> monitoredWebResourceDirs;
protected List<Path> monitoredWebResourceDirs;
private boolean hotTests;
private Path tempConfigPath;
private boolean skipTests;
Expand Down

0 comments on commit 6d3f47b

Please sign in to comment.