Skip to content

Commit 1b3b5b9

Browse files
committed
Use "1.8" as the version string on Java 8 for GH CI
1 parent 9743bf5 commit 1b3b5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<profile>
301301
<id>java-8</id>
302302
<activation>
303-
<jdk>8</jdk>
303+
<jdk>1.8</jdk>
304304
</activation>
305305
<properties>
306306
<!-- Javadoc 8 expects a package-list file in the Javadoc root but current Java versions generate an element-list file. -->

0 commit comments

Comments
 (0)