chore: JDK17 build
diff --git a/.gitignore b/.gitignore index af410f2..1610d55 100644 --- a/.gitignore +++ b/.gitignore
@@ -19,6 +19,7 @@ attic/ .vscode/ .metals/ +.idea/ docker/ enterprise/controller/lib/ enterprise/controller/bin/
diff --git a/openwhisk b/openwhisk index f0ef748..70d5224 160000 --- a/openwhisk +++ b/openwhisk
@@ -1 +1 @@ -Subproject commit f0ef74899cd211e8005ffb82645b73c5bc3f4441 +Subproject commit 70d5224c8c2f8ccad51544d3957e83c67aa2cc5a
diff --git a/workspace.code-workspace b/workspace.code-workspace index 7e25e97..4c2c8e2 100644 --- a/workspace.code-workspace +++ b/workspace.code-workspace
@@ -33,7 +33,7 @@ "files.watcherExclude": { "**/target": true }, - "java.configuration.updateBuildConfiguration": "interactive", + "java.configuration.updateBuildConfiguration": "disabled", "java.compile.nullAnalysis.mode": "automatic" } } \ No newline at end of file