We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6e8a2c + 02e02d3 commit 0e9cc90Copy full SHA for 0e9cc90
pom.xml
@@ -596,16 +596,6 @@
596
</plugins>
597
</build>
598
</profile>
599
- <profile>
600
- <id>jdk11+</id>
601
- <activation>
602
- <jdk>[11,)</jdk>
603
- </activation>
604
- <properties>
605
- <!-- this is required for GithubHttpUrlConnectionClient#setRequestMethod() to work with JDK 16+ -->
606
- <surefire.argLine>--add-opens java.base/java.net=ALL-UNNAMED</surefire.argLine>
607
- </properties>
608
- </profile>
609
<profile>
610
<id>ci-non-windows</id>
611
<activation>
0 commit comments