Clear property index when json metadata is changed

This commit is contained in:
Kris De Volder
2018-11-28 13:55:59 -08:00
parent 1ea41ee736
commit 21b06df305
7 changed files with 23 additions and 12 deletions

View File

@@ -116,7 +116,9 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
FileSystems.getDefault().getPathMatcher("glob:**/pom.xml"),
FileSystems.getDefault().getPathMatcher("glob:**/*.gradle"),
FileSystems.getDefault().getPathMatcher("glob:**/*.java"),
FileSystems.getDefault().getPathMatcher("glob:**/*.class")
FileSystems.getDefault().getPathMatcher("glob:**/*.json"),
FileSystems.getDefault().getPathMatcher("glob:**/*.yml"),
FileSystems.getDefault().getPathMatcher("glob:**/*.properties")
)));
//Add remote boot apps listener