Skip to content

Commit df180a6

Browse files
authored
Updates to gradle properties should be picked up when doing full build (#773)
Signed-off-by: Snjezana Peco <[email protected]>
1 parent 38bdd7a commit df180a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
5858
workspace.createFileSystemWatcher('**/*.java'),
5959
workspace.createFileSystemWatcher('**/pom.xml'),
6060
workspace.createFileSystemWatcher('**/*.gradle'),
61+
workspace.createFileSystemWatcher('**/gradle.properties'),
6162
workspace.createFileSystemWatcher('**/.project'),
6263
workspace.createFileSystemWatcher('**/.classpath'),
6364
workspace.createFileSystemWatcher('**/settings/*.prefs'),

0 commit comments

Comments
 (0)