File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ so you can use that and don't need to care about the required version of Maven
46
46
### <a id =" setup-develocity " ></a > Develocity build cache and build scans
47
47
48
48
Hibernate Validator relies on a [ Develocity] ( https://gradle.com/develocity/ ) instance
49
- at [ https://ge.hibernate.org ] ( https://ge.hibernate.org /scans?search.rootProjectNames=Hibernate%20Validator )
49
+ at [ https://develocity.commonhaus.dev ] ( https://develocity.commonhaus.dev /scans?search.rootProjectNames=Hibernate%20Validator )
50
50
to speed up its build through a build cache and provide better reports.
51
51
52
52
By default, only [ continuous integration] ( #ci ) builds will write to the remote build cache or publish build scans.
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ void withMavenWorkspace(Map args, Closure body) {
572
572
artifactsPublisher(disabled : true ),
573
573
// stdout/stderr for successful tests is not needed and takes up disk space
574
574
// we archive test results and stdout/stderr as part of the build scan anyway,
575
- // see https://ge.hibernate.org /scans?search.rootProjectNames=Hibernate%20Validator
575
+ // see https://develocity.commonhaus.dev /scans?search.rootProjectNames=Hibernate%20Validator
576
576
junitPublisher(disabled : true )
577
577
])
578
578
helper. withMavenWorkspace(args, body)
Original file line number Diff line number Diff line change 6
6
[ ![ Build Status] ( https://img.shields.io/jenkins/build?jobUrl=https://ci.hibernate.org/view/Validator/job/hibernate-validator/job/main/&style=for-the-badge )] ( https://ci.hibernate.org/view/Validator/job/hibernate-validator/job/main/ )
7
7
[ ![ Sonar Coverage] ( https://img.shields.io/sonar/coverage/hibernate_hibernate-validator?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge )] ( https://sonarcloud.io/project/activity?id=hibernate_hibernate-validator&graph=coverage )
8
8
[ ![ Quality gate] ( https://img.shields.io/sonar/alert_status/hibernate_hibernate-validator?logo=sonarcloud&server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge )] ( https://sonarcloud.io/dashboard?id=hibernate_hibernate-validator )
9
- [ ![ Develocity] ( https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?style=for-the-badge&logo=gradle )] ( https://ge.hibernate.org /scans?search.rootProjectNames=Hibernate%20Validator )
9
+ [ ![ Develocity] ( https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?style=for-the-badge&logo=gradle )] ( https://develocity.commonhaus.dev /scans?search.rootProjectNames=Hibernate%20Validator )
10
10
[ ![ Reproducible Builds] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/hibernate/validator/hibernate-validator/badge.json&style=for-the-badge )] ( https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/hibernate/validator/hibernate-validator/README.md )
11
11
12
12
## What is it?
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def withMavenWorkspace(jdk, Closure body) {
17
17
artifactsPublisher(disabled : true ),
18
18
// stdout/stderr for successful tests is not needed and takes up disk space
19
19
// we archive test results and stdout/stderr as part of the build scan anyway,
20
- // see https://ge.hibernate.org /scans?search.rootProjectNames=Hibernate%20Search
20
+ // see https://develocity.commonhaus.dev /scans?search.rootProjectNames=Hibernate%20Search
21
21
junitPublisher(disabled : true )
22
22
]) {
23
23
body()
You can’t perform that action at this time.
0 commit comments