Skip to content

Commit

Permalink
chore: disable Java autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jan 27, 2025
1 parent fdb0cbb commit 3d76764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"java.jdt.ls.java.home": "/usr/lib/jvm/java-17-openjdk-amd64",
"java.format.enabled": false,
"java.compile.nullAnalysis.mode": "disabled",
"java.configuration.updateBuildConfiguration": "disabled",
"java.configuration.updateBuildConfiguration": "automatic",
"java.autobuild.enabled": false,
"css.validate": false,
"less.validate": false,
"scss.validate": false,
Expand Down

0 comments on commit 3d76764

Please sign in to comment.