Skip to content

Commit 85845b2

Browse files
Move Develocity to community.develocity.cloud
Co-authored-by: Moderne <team@moderne.io>
1 parent decb8db commit 85845b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[![ci](https://github.com/openrewrite/rewrite-java-dependencies/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-java-dependencies/actions/workflows/ci.yml)
1919
[![Apache 2.0](https://img.shields.io/github/license/openrewrite/rewrite-java-dependencies.svg)](https://www.apache.org/licenses/LICENSE-2.0)
2020
[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite.recipe/rewrite-java-dependencies.svg)](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-java-dependencies)
21-
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans)
21+
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://community.develocity.cloud/scans)
2222
[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md)
2323
</div>
2424

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
develocity {
9-
server = "https://ge.openrewrite.org/"
9+
server = "https://community.develocity.cloud/"
1010
val isCiServer = System.getenv("CI")?.equals("true") ?: false
1111
val accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
1212
val authenticated = !accessKey.isNullOrBlank()

0 commit comments

Comments
 (0)