File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
4646### <a id =" setup-develocity " ></a > Develocity build cache and build scans
4747
4848Hibernate 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 )
5050to speed up its build through a build cache and provide better reports.
5151
5252By 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) {
572572 artifactsPublisher(disabled : true ),
573573 // stdout/stderr for successful tests is not needed and takes up disk space
574574 // 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
576576 junitPublisher(disabled : true )
577577 ])
578578 helper. withMavenWorkspace(args, body)
Original file line number Diff line number Diff line change 66[ ![ 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/ )
77[ ![ 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 )
88[ ![ 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 )
1010[ ![ 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 )
1111
1212## What is it?
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def withMavenWorkspace(jdk, Closure body) {
1717 artifactsPublisher(disabled : true ),
1818 // stdout/stderr for successful tests is not needed and takes up disk space
1919 // 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
2121 junitPublisher(disabled : true )
2222 ]) {
2323 body()
You can’t perform that action at this time.
0 commit comments