Skip to content

Commit 0e9cc90

Browse files
authored
Merge pull request #1125 from gsmet/remove-jdk-16-workaround
Remove now unnecessary JDK 16 specific workaround
2 parents f6e8a2c + 02e02d3 commit 0e9cc90

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -596,16 +596,6 @@
596596
</plugins>
597597
</build>
598598
</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>
609599
<profile>
610600
<id>ci-non-windows</id>
611601
<activation>

0 commit comments

Comments
 (0)