File tree Expand file tree Collapse file tree 2 files changed +3
-27
lines changed
Expand file tree Collapse file tree 2 files changed +3
-27
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 44 <parent >
55 <groupId >org.jenkins-ci.plugins</groupId >
66 <artifactId >plugin</artifactId >
7- <version >5.16 </version >
7+ <version >5.12 </version >
88 <relativePath />
99 </parent >
1010
6363 <dependency >
6464 <groupId >io.jenkins.tools.bom</groupId >
6565 <artifactId >bom-${jenkins.baseline}.x</artifactId >
66- <version >4710.v016f0a_07e34d </version >
66+ <version >4628.v2b_234a_1a_20d0 </version >
6767 <type >pom</type >
6868 <scope >import</scope >
6969 </dependency >
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