clayburn commented on code in PR #2598:
URL: https://github.com/apache/james-project/pull/2598#discussion_r1916590697
##########
.mvn/extensions.xml:
##########
@@ -7,8 +7,8 @@
- local and remote cache
build scans capture information see
https://docs.gradle.com/enterprise/gradle-plugin/#captured_information
Review Comment:
I think you just want
https://docs.gradle.com/develocity/maven-extension/#captured_information here.
Updated in the latest push.
##########
.mvn/develocity.xml:
##########
@@ -1,24 +1,21 @@
-<gradleEnterprise>
+<develocity>
+ <projectId>james</projectId>
<server>
- <url>https://ge.apache.org</url>
+ <url>https://develocity.apache.org</url>
<allowUntrusted>false</allowUntrusted>
<!--
- credentials provided by jenkins exposing GRADLE_ENTERPRISE_ACCESS_KEY
+ credentials provided by jenkins exposing DEVELOCITY_ACCESS_KEY
apache members can create their own on the server
-->
</server>
<!-- options are documented at
https://docs.gradle.com/enterprise/maven-extension/#configuring_background_uploading
-->
Review Comment:
I think you want just
https://docs.gradle.com/develocity/maven-extension/current/. I updated to this
in the latest push.
--
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]