Skip to content

Commit 0c15e6f

Browse files
authored
remove jdk17 custom profile (#653)
remove custom jdk17 profile from pom
1 parent a17d731 commit 0c15e6f

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
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: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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)