Skip to content

Commit a7cca38

Browse files
committed
Adds JDK11 to run test with --release 11
1 parent 13ab165 commit a7cca38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: gson/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,15 @@
283283
<excludeTestCompilation />
284284
</properties>
285285
</profile>
286+
<profile>
287+
<id>JDK11</id>
288+
<activation>
289+
<jdk>(,17)</jdk>
290+
</activation>
291+
<properties>
292+
<maven.compiler.testRelease>11</maven.compiler.testRelease>
293+
<excludeTestCompilation />
294+
</properties>
295+
</profile>
286296
</profiles>
287297
</project>

0 commit comments

Comments
 (0)