jeantil commented on code in PR #2598: URL: https://github.com/apache/james-project/pull/2598#discussion_r1916084231
########## .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: I know these are the default values but do you mind putting the configuration back ? it allows to easily change it and it is more explicit about what is captured which could be important when publishing local results -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org