PT #152680720 Support *.gradle build files

This commit is contained in:
BoykoAlex
2017-11-08 18:42:24 -05:00
parent f4595a65a9
commit aa96122d5c
19 changed files with 406 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
// Add resource listener
ResourcesPlugin.getWorkspace().addResourceChangeListener(fResourceListener = new ResourceListener(languageServer, Arrays.asList(
FileSystems.getDefault().getPathMatcher("glob:**/pom.xml"),
FileSystems.getDefault().getPathMatcher("glob:**/build.gradle")
FileSystems.getDefault().getPathMatcher("glob:**/*.gradle")
)));
}
}