Skip to content

Commit

Permalink
Build documentation with Java 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Mar 20, 2021
1 parent 7ceb42b commit 2c1e20d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<profile>
<id>xstream-release</id>
<properties>
<version.java.enforced>[14,15)</version.java.enforced>
<version.java.enforced>[16,17)</version.java.enforced>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -1139,8 +1139,8 @@
<version.xpp3>1.1.4c</version.xpp3>

<jar.module.name>${project.artifactId}</jar.module.name>
<javadoc.java.release>14</javadoc.java.release>
<javadoc.link.javase>https://docs.oracle.com/en/java/javase/14/docs/api/</javadoc.link.javase>
<javadoc.java.release>16</javadoc.java.release>
<javadoc.link.javase>https://docs.oracle.com/en/java/javase/16/docs/api/</javadoc.link.javase>
<surefire.illegal.access>permit</surefire.illegal.access>

<argLine>${surefire.argline}</argLine>
Expand Down
4 changes: 2 additions & 2 deletions xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@

<profiles>
<profile>
<id>jdk14</id>
<id>jdk16</id>
<activation>
<jdk>14</jdk>
<jdk>16</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 2c1e20d

Please sign in to comment.