Skip to content

Commit ab370a9

Browse files
authored
Set Develocity projectId to "openrewrite" (#1172)
1 parent cddded8 commit ab370a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ plugins {
1414

1515
develocity {
1616
server = "https://community.develocity.cloud/"
17+
projectId = "openrewrite"
1718
val isCiServer = System.getenv("CI")?.equals("true") ?: false
1819
val accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
1920
val authenticated = !accessKey.isNullOrBlank()

0 commit comments

Comments
 (0)