ppkarwasz commented on code in PR #229:
URL: https://github.com/apache/logging-parent/pull/229#discussion_r1731186460
##########
.github/workflows/build-reusable.yaml:
##########
@@ -67,6 +108,13 @@ jobs:
-DinstallAtEnd=true \
clean install
+ - name: Clean up Develocity
+ if: always()
+ shell: bash
+ run: |
+ rm -f .mvn/extensions.xml
+ echo "MAVEN_OPTS=" >> "$GITHUB_ENV"
Review Comment:
The `gradle/develocity-actions/maven-setup` action modifies the `MAVEN_OPTS`
environment variable. We restore it to the default (_empty_) value, to prevent
site generation from failing.
I added some comments and checks in
https://github.com/apache/logging-parent/pull/229/commits/8975e12ce43007e9816e9996363e63e87c3ee477
and
https://github.com/apache/logging-parent/pull/229/commits/5980ad9cc94f85718edef8f720eea50b49575696
--
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]