diff --git a/.github/workflows/groovy-joint-workflow.yml b/.github/workflows/groovy-joint-workflow.yml index 2d68aad815b..5a2db623f10 100644 --- a/.github/workflows/groovy-joint-workflow.yml +++ b/.github/workflows/groovy-joint-workflow.yml @@ -89,7 +89,7 @@ jobs: echo "VALUE<> $GITHUB_OUTPUT echo "def isAuthenticated = System.getenv('GRAILS_DEVELOCITY_ACCESS_KEY ') != null" >> $GITHUB_OUTPUT echo "develocity {" >> $GITHUB_OUTPUT - echo " server = 'https://ge.grails.org'" >> $GITHUB_OUTPUT + echo " server = 'https://develocity.apache.org'" >> $GITHUB_OUTPUT echo " buildScan {" >> $GITHUB_OUTPUT echo " tag('groovy')" >> $GITHUB_OUTPUT echo " tag('grails-core')" >> $GITHUB_OUTPUT diff --git a/README.md b/README.md index 6cfaff33a6f..238a1ace7c0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ limitations under the License. # Apache Grails [![Documentation](https://img.shields.io/badge/Documentation-595959)](https://grails.apache.org/docs/) -[![Develocity](https://img.shields.io/badge/Develocity-06A0CE?logo=Gradle&labelColor=06A0CE)](https://ge.grails.org/scans) +[![Develocity](https://img.shields.io/badge/Develocity-06A0CE?logo=Gradle&labelColor=06A0CE)](https://develocity.apache.org/scans) [![CI](https://github.com/apache/grails-core/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/apache/grails-core/actions/workflows/gradle.yml) [![Groovy Joint Validation Build](https://github.com/apache/grails-core/actions/workflows/groovy-joint-workflow.yml/badge.svg?event=push)](https://github.com/apache/grails-core/actions/workflows/groovy-joint-workflow.yml) [![Users Mailing List](https://img.shields.io/badge/Users_Mailing_List-feb571)](https://lists.apache.org/list.html?users@grails.apache.org) diff --git a/build-logic/settings.gradle b/build-logic/settings.gradle index e988c58fb0b..7300beab11b 100644 --- a/build-logic/settings.gradle +++ b/build-logic/settings.gradle @@ -71,7 +71,7 @@ if (isReproducibleBuild) { } develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { publishing.onlyIf { it.authenticated } uploadInBackground = isLocal diff --git a/grails-data-graphql/settings.gradle b/grails-data-graphql/settings.gradle index bb8374f62b5..000d12c5101 100644 --- a/grails-data-graphql/settings.gradle +++ b/grails-data-graphql/settings.gradle @@ -23,7 +23,7 @@ plugins { } gradleEnterprise { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { publishAlwaysIf(System.getenv('CI') == 'true') publishIfAuthenticated() diff --git a/grails-data-neo4j/settings.gradle b/grails-data-neo4j/settings.gradle index f5732739754..278e834d5c9 100644 --- a/grails-data-neo4j/settings.gradle +++ b/grails-data-neo4j/settings.gradle @@ -23,7 +23,7 @@ plugins { } gradleEnterprise { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { publishAlwaysIf(System.getenv('CI') == 'true') publishIfAuthenticated() @@ -39,7 +39,7 @@ buildCache { remote(HttpBuildCache) { push = System.getenv('CI') == 'true' enabled = true - url = 'https://ge.grails.org/cache/' + url = 'https://develocity.apache.org/cache/' credentials { username = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER') password = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY') diff --git a/grails-forge/settings.gradle b/grails-forge/settings.gradle index 4bb96933adb..83164caad2c 100644 --- a/grails-forge/settings.gradle +++ b/grails-forge/settings.gradle @@ -38,7 +38,7 @@ def isLocal = !isCI def isReproducibleBuild = System.getenv('SOURCE_DATE_EPOCH') != null develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { tag('grails') tag('grails-forge') diff --git a/grails-gradle/settings.gradle b/grails-gradle/settings.gradle index 398cf997d4a..7d0b8a0a1b2 100644 --- a/grails-gradle/settings.gradle +++ b/grails-gradle/settings.gradle @@ -41,7 +41,7 @@ if (isReproducibleBuild) { } develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { tag('grails') tag('grails-gradle-plugins') diff --git a/settings.gradle b/settings.gradle index 5e7850ffc60..311e17dc288 100644 --- a/settings.gradle +++ b/settings.gradle @@ -45,7 +45,7 @@ if (isReproducibleBuild) { } develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { tag('grails') tag('grails-core')