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 }