Skip to content

Commit

Permalink
[pom] Fix back javadoc setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 13, 2023
1 parent 20fccad commit 1ce9a30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<!-- Maven compiler options -->
<java.version>11</java.version>
<java.release.version>11</java.release.version>
<javadoc.java.release.version>11</javadoc.java.release.version>
<!-- Set on purpose as this repo will fail if moved up to 11 currently for anything < jdk 13 -->
<javadoc.java.release.version>8</javadoc.java.release.version>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1696795922</project.build.outputTimestamp>
Expand All @@ -66,6 +67,8 @@
</activation>
<properties>
<argLine>-javaagent:${settings.localRepository}/com/github/hazendaz/jmockit/jmockit/1.51.0/jmockit-1.51.0.jar --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
<!-- Javadoc Release is strict due to maven bug and automatic module naming; it needs extra help, see examples (note: done on jdk 17 only as broken until jdk 13 and not backported) -->
<javadoc.java.release.version>11</javadoc.java.release.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 1ce9a30

Please sign in to comment.