There was an error while loading. Please reload this page.
1 parent 9dafd00 commit 7b515bdCopy full SHA for 7b515bd
pom.xml
@@ -1759,14 +1759,14 @@
1759
</profile>
1760
1761
<profile>
1762
- <id>jdk13+</id>
+ <id>jdk15+</id>
1763
<activation>
1764
- <jdk>[13,)</jdk>
+ <jdk>[15,)</jdk>
1765
</activation>
1766
<build>
1767
<!--
1768
maven-surefire-plugin and maven-failsafe-plugin use an older version of ASM
1769
- that cannot handle Java 13/14 bytecode.
+ that cannot handle Java 15+ bytecode.
1770
Let's upgrade that dependency and hope for the best;
1771
if it doesn't work, the build is very likely to fail and we'll know about it.
1772
-->
0 commit comments