kinow commented on code in PR #1806:
URL: https://github.com/apache/jena/pull/1806#discussion_r1141796195
##########
.github/workflows/maven.yml:
##########
@@ -30,4 +30,4 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
- run: mvn -B verify -Pdev --file pom.xml
+ run: mvn -B -o --file pom.xml -Dmaven.javadoc.skip=true verify
Review Comment:
>Jenkins does make Javadoc, as do the other github actions (Linux, MacOS).
It's this one case (Windows+Java11) that seems more unstable.
:+1: thanks!
--
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]