dimas-b commented on code in PR #2559:
URL: https://github.com/apache/polaris/pull/2559#discussion_r2349850834
##########
settings.gradle.kts:
##########
@@ -126,3 +131,15 @@ gradle.beforeProject {
version = baseVersion
group = "org.apache.polaris"
}
+
+val isCI = System.getenv("CI") != null
+
+develocity {
+ server = "https://develocity.apache.org"
+ projectId = "polaris"
+ buildScan {
+ uploadInBackground = !isCI
+ publishing.onlyIf { it.isAuthenticated }
Review Comment:
Sending scans when authenticated SGTM... Still, it might be worth mentioning
it in the main README for awareness. WDYT?
--
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]