Skip to content

Commit c86816a

Browse files
committed
HIB-140 Switch to develocity.commonhaus.dev instance
1 parent dfea6d1 commit c86816a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Hibernate implements JPA, the standard API for object/relational persistence in
55
See https://hibernate.org/orm/[Hibernate.org] for more information.
66

77
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/]
8-
image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A[link=https://ge.hibernate.org/scans]
8+
image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A[link=https://develocity.commonhaus.dev/scans]
99

1010
== Continuous Integration
1111

gradle/gradle-enterprise.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9-
// Applies details for `https://ge.hibernate.org`
9+
// Applies details for `https://develocity.commonhaus.dev`
1010
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1111

1212
ext {
@@ -46,7 +46,7 @@ static boolean isEnabled(String setting) {
4646
}
4747

4848
gradleEnterprise {
49-
server = 'https://ge.hibernate.org'
49+
server = 'https://develocity.commonhaus.dev'
5050

5151
buildScan {
5252
captureTaskInputFiles = true

0 commit comments

Comments
 (0)