Skip to content

Commit b4c9f4d

Browse files
Revert 7090511 "Travis: Add OpenJDK 14 build (openjdk-ea now uses OpenJDK 15)." and be6c8e2 "Skip Sonar on Java 14+ because it fails with "Number of foreign imports: 1 java.util.jar.Pack200"" because the maven-sonar-plugin causes the build on Java 14+ to fail even if is skipped.
1 parent be6c8e2 commit b4c9f4d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ git:
2020
jdk:
2121
- openjdk11
2222
- openjdk13
23-
- openjdk14
2423
- openjdk-ea
2524

2625
matrix:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,9 @@ Copyright ${inceptionYear}-${currentYear} the original author or authors.
551551
</build>
552552
</profile>
553553
<profile>
554-
<id>sonar-config</id>
554+
<id>java11+</id>
555555
<activation>
556-
<jdk>[11,13]</jdk>
556+
<jdk>[11,)</jdk>
557557
</activation>
558558
<properties>
559559
<sonar.skip>false</sonar.skip>

0 commit comments

Comments
 (0)