diff --git a/.vscode/settings.json b/.vscode/settings.json
index c4ae9c7614..049330d2ae 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -25,6 +25,7 @@
"[go]": {
"editor.defaultFormatter": "golang.go"
},
+ "java.autobuild.enabled": false,
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic"
}
diff --git a/java/pom.xml b/java/pom.xml
index 2b1cb3118e..5016a34b9d 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -76,6 +76,8 @@
require npm or network access.
-->
${skip.test.harness}
+
+ notice