clayburn commented on code in PR #2598: URL: https://github.com/apache/james-project/pull/2598#discussion_r1916589057
########## .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 --> <!-- chosen values align with https://cwiki.apache.org/confluence/display/INFRA/Project+Onboarding+Instructions+for+Develocity --> <buildScan> <backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload> - <publishIfAuthenticated>true</publishIfAuthenticated> <!-- Always publish build scans for CI, only if requested locally differs from onboarding instructions --> - <publish>#{env['CI'] == null ? 'ON_DEMAND' : 'ALWAYS'}</publish> - <capture> - <goalInputFiles>true</goalInputFiles> Review Comment: No problem, done 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]
