Skip to content

Commit 6272516

Browse files
committed
remove jdk17 custom profile
This profile breaks jacoco coverage for some reason
1 parent a17d731 commit 6272516

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ work/
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

pom.xml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -63,7 +63,7 @@
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>
@@ -412,29 +412,4 @@
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>

0 commit comments

Comments
 (0)