diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b7540d5..445ed93a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml", "files.watcherExclude": { "**/target": true - } + }, + "java.configuration.updateBuildConfiguration": "automatic" }