This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git

commit 49831d750e6c84ca1f00610eb4fa9674d98b1a97
Author: Clay Johnson <[email protected]>
AuthorDate: Wed Jan 8 11:26:53 2025 -0600

    Add a projectId
---
 gradle/build-scans.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/build-scans.gradle b/gradle/build-scans.gradle
index f2b6a803..ec0412cc 100644
--- a/gradle/build-scans.gradle
+++ b/gradle/build-scans.gradle
@@ -23,6 +23,7 @@ boolean isCI = env.CI || env.TEAMCITY_VERSION || 
env.GITHUB_ACTIONS
 develocity {
     server = "https://develocity.apache.org";
     allowUntrustedServer = false
+    projectId = "groovy-geb"
 
     buildScan {
         uploadInBackground = !isCI

Reply via email to