diff --git a/README.adoc b/README.adoc index 7ef4927a2811..54a71ad43388 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ Hibernate implements JPA, the standard API for object/relational persistence in See https://hibernate.org/orm/[Hibernate.org] for more information. image:https://ci.hibernate.org/job/hibernate-orm-pipeline/job/6.2/badge/icon[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/6.2/] -image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A[link=https://ge.hibernate.org/scans] +image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A[link=https://develocity.commonhaus.dev/scans] == Continuous Integration diff --git a/gradle/gradle-enterprise.gradle b/gradle/gradle-enterprise.gradle index 107b4d22fd97..f978bb36e574 100644 --- a/gradle/gradle-enterprise.gradle +++ b/gradle/gradle-enterprise.gradle @@ -6,7 +6,7 @@ */ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Applies details for `https://ge.hibernate.org` +// Applies details for `https://develocity.commonhaus.dev` // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext { @@ -46,7 +46,7 @@ static boolean isEnabled(String setting) { } gradleEnterprise { - server = 'https://ge.hibernate.org' + server = 'https://develocity.commonhaus.dev' buildScan { captureTaskInputFiles = true