diff --git a/.gitignore b/.gitignore index 0ed6f65a..6619bca7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ work/ # ignore all Idea files except for common codestyle settings *.iml +.vscode/ .idea/* !.idea/checkstyle-idea.xml !.idea/google-java-format.xml diff --git a/pom.xml b/pom.xml index c0e73f3b..4e6b171e 100644 --- a/pom.xml +++ b/pom.xml @@ -412,29 +412,4 @@ - - - - jdk17 - - [17,) - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xms768M -Xmx768M -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 @{jenkins.addOpens} @{jenkins.insaneHook} - --add-opens java.base/java.util.concurrent=ALL-UNNAMED - --add-opens java.base/java.util.concurrent.locks=ALL-UNNAMED - - - - - - -