File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed
Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1313
1414# ignore all Idea files except for common codestyle settings
1515* .iml
16+ .vscode /
1617.idea /*
1718! .idea /checkstyle-idea.xml
1819! .idea /google-java-format.xml
Original file line number Diff line number Diff line change 412412 </plugin >
413413 </plugins >
414414 </build >
415-
416- <profiles >
417- <profile >
418- <id >jdk17</id >
419- <activation >
420- <jdk >[17,)</jdk >
421- </activation >
422- <properties />
423- <build >
424- <pluginManagement >
425- <plugins >
426- <plugin >
427- <groupId >org.apache.maven.plugins</groupId >
428- <artifactId >maven-surefire-plugin</artifactId >
429- <configuration >
430- <argLine >-Xms768M -Xmx768M -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 @{jenkins.addOpens} @{jenkins.insaneHook}
431- --add-opens java.base/java.util.concurrent=ALL-UNNAMED
432- --add-opens java.base/java.util.concurrent.locks=ALL-UNNAMED</argLine >
433- </configuration >
434- </plugin >
435- </plugins >
436- </pluginManagement >
437- </build >
438- </profile >
439- </profiles >
440415</project >
You can’t perform that action at this time.
0 commit comments