Skip to content

Commit 827c786

Browse files
committed
HIB-140 Switch to develocity.commonhaus.dev instance
1 parent 05fc853 commit 827c786

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

+1-1
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/main/badge/icon[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/]
8-
image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A[link=https://ge.hibernate.org/scans]
8+
image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A[link=https://develocity.commonhaus.dev/scans]
99

1010
== Continuous Integration
1111

gradle/gradle-develocity.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7-
// Applies details for `https://ge.hibernate.org`
7+
// Applies details for `https://develocity.commonhaus.dev`
88
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99

1010
ext {
@@ -44,7 +44,7 @@ static boolean isEnabled(String setting) {
4444
}
4545

4646
develocity {
47-
server = 'https://ge.hibernate.org'
47+
server = 'https://develocity.commonhaus.dev'
4848

4949
buildScan {
5050
capture {

0 commit comments

Comments
 (0)