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.
1 parent a14555f commit 3a45b5dCopy full SHA for 3a45b5d
settings.gradle.kts
@@ -3,6 +3,7 @@ rootProject.name = "sonar-mcp-server"
3
plugins {
4
id("com.gradle.develocity") version "3.18.2"
5
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.2.1"
6
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
7
}
8
9
val isCiServer = System.getenv("CI") != null
0 commit comments