Skip to content

Commit ad5c514

Browse files
cdsapclaude
andauthored
Migrate Develocity publishing to the OSS Community Develocity Instance (#369)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 23e2ea0 commit ad5c514

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
[![Maven Central](https://img.shields.io/maven-central/v/com.apollographql.cache/normalized-cache?style=flat-square)](https://central.sonatype.com/namespace/com.apollographql.cache)
1111
[![Snapshots](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fcom%2Fapollographql%2Fcache%2Fnormalized-cache%2Fmaven-metadata.xml&style=flat-square&label=snapshots&color=%2315252D&strategy=latestProperty)](https://central.sonatype.com/repository/maven-snapshots/com/apollographql/cache/normalized-cache/maven-metadata.xml)
12+
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A&style=flat-square)](https://community.develocity.cloud/scans?search.rootProjectNames=apollo-kotlin-normalized-cache)
1213

1314
</div>
1415

gradle/ge.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
def isCI = System.getenv("CI") != null
22

33
develocity {
4-
server = "https://ge.apollographql.com"
4+
server = "https://community.develocity.cloud"
5+
projectId = "apollo"
56
allowUntrustedServer = false
67

78
buildScan {

0 commit comments

Comments
 (0)