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

matrei pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/grails-geb.git


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 9c3d136  build: fix develocity build-scan tag (#166)
9c3d136 is described below

commit 9c3d13648f7e9844488cf93a6ba13170670495eb
Author: Mattias Reichel <[email protected]>
AuthorDate: Tue Apr 15 08:41:53 2025 +0200

    build: fix develocity build-scan tag (#166)
---
 spock-container-test-app/settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spock-container-test-app/settings.gradle 
b/spock-container-test-app/settings.gradle
index 0c9d595..5874695 100644
--- a/spock-container-test-app/settings.gradle
+++ b/spock-container-test-app/settings.gradle
@@ -10,7 +10,7 @@ develocity {
     server = 'https://ge.grails.org'
     buildScan {
         tag('grails')
-        tag('grails/geb')
+        tag('grails-geb')
         publishing.onlyIf { it.authenticated }
         uploadInBackground = isLocal
     }

Reply via email to