clayburn commented on code in PR #2559:
URL: https://github.com/apache/polaris/pull/2559#discussion_r2352636881
##########
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:
I added a bit to the README about build scan publication to the README.
--
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]