Skip to content

Commit cddded8

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

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
@@ -17,7 +17,7 @@
1717
<!-- Keep the gap above this line, otherwise they won't render correctly! -->
1818
[![ci](https://github.com/openrewrite/rewrite-migrate-java/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-migrate-java/actions/workflows/ci.yml)
1919
[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite.recipe/rewrite-migrate-java.svg)](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-migrate-java)
20-
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans)
20+
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://community.develocity.cloud/scans)
2121
[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md)
2222
</div>
2323

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
develocity {
16-
server = "https://ge.openrewrite.org/"
16+
server = "https://community.develocity.cloud/"
1717
val isCiServer = System.getenv("CI")?.equals("true") ?: false
1818
val accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
1919
val authenticated = !accessKey.isNullOrBlank()

0 commit comments

Comments
 (0)