kinow commented on a change in pull request #1144:
URL: https://github.com/apache/jena/pull/1144#discussion_r776069353
##########
File path: pom.xml
##########
@@ -258,6 +258,27 @@
</modules>
</profile>
+
+ <profile>
+ <!-- https://bugs.openjdk.java.net/browse/JDK-8215291 -->
+ <id>java11-javadoc</id>
+ <activation>
+ <jdk>11</jdk>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <!-- Java 11 only, removed at Java13 -->
+ <additionalOptions>--no-module-directories</additionalOptions>
Review comment:
>It is not a problem in Java17 (which is LTS).
Ah, perfect. I thought it would break on 13+, not only on 13 :+1:
Thanks! #TodayILearned :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]