diff --git a/.gitignore b/.gitignore index 0bebe6bad6e..0b5b93e04a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .mvn/.gradle-enterprise/ +.mvn/.develocity/ .scannerwork/ .vscode *.iml diff --git a/.mvn/gradle-enterprise.xml b/.mvn/develocity.xml similarity index 65% rename from .mvn/gradle-enterprise.xml rename to .mvn/develocity.xml index c9c4523b97b..aa42977aa2e 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/develocity.xml @@ -1,6 +1,6 @@ - - + - https://ge.openapi-generator.tech/ - false + https://ge.openapi-generator.tech/ + false - true #{isFalse(env['CI'])} - ALWAYS - true + + authenticated + #{{'0.0.0.0'}} @@ -42,4 +42,4 @@ #{isTrue(env['CI']) and isTrue(env['GRADLE_ENTERPRISE_ACCESS_KEY'])} - + diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index e0cc4d633f5..1ac0c48ac38 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,12 +2,12 @@ com.gradle - gradle-enterprise-maven-extension - 1.20.1 + develocity-maven-extension + 1.21.6 com.gradle common-custom-user-data-maven-extension - 1.12.5 + 2.0 diff --git a/pom.xml b/pom.xml index 58fdd4c16fd..14a738c520b 100644 --- a/pom.xml +++ b/pom.xml @@ -414,9 +414,9 @@ com.gradle - gradle-enterprise-maven-extension + develocity-maven-extension - + @@ -424,7 +424,7 @@ - + diff --git a/website/src/dynamic/users.yml b/website/src/dynamic/users.yml index c2cacb84f8b..2064598567e 100755 --- a/website/src/dynamic/users.yml +++ b/website/src/dynamic/users.yml @@ -173,6 +173,11 @@ image: "img/companies/deeproute_logo.jpg" infoLink: "https://www.deeproute.ai/" pinned: false +- + caption: Develocity + image: "img/companies/develocity.png" + infoLink: "https://gradle.com/" + pinned: false - caption: "dmTECH GmbH" image: "img/companies/dmtech.jpeg" @@ -268,11 +273,6 @@ image: "img/companies/godaddy.png" infoLink: "https://www.godaddy.com/" pinned: false -- - caption: Gradle Enterprise - image: "img/companies/gradle-enterprise.png" - infoLink: "https://gradle.com/" - pinned: false - caption: "Gumtree" image: "img/companies/gumtree.png" diff --git a/website/static/img/companies/develocity.png b/website/static/img/companies/develocity.png new file mode 100644 index 00000000000..01d2dee68e9 Binary files /dev/null and b/website/static/img/companies/develocity.png differ