We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
projectId
1 parent 85845b2 commit 3aa541bCopy full SHA for 3aa541b
1 file changed
settings.gradle.kts
@@ -7,6 +7,7 @@ plugins {
7
8
develocity {
9
server = "https://community.develocity.cloud/"
10
+ projectId = "openrewrite"
11
val isCiServer = System.getenv("CI")?.equals("true") ?: false
12
val accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
13
val authenticated = !accessKey.isNullOrBlank()
0 commit comments