Skip to content

Commit f4b546d

Browse files
MCP-86 Remove cirrus folder and other usages
1 parent 4c5f897 commit f4b546d

File tree

4 files changed

+4
-88
lines changed

4 files changed

+4
-88
lines changed

.cirrus/run-iris.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

.cirrus/use-gradle-wrapper.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ artifactory {
174174
publications("mavenJava")
175175
setProperties(
176176
mapOf(
177-
"vcs.revision" to System.getenv("CIRRUS_CHANGE_IN_REPO"),
178-
"vcs.branch" to (System.getenv("CIRRUS_BASE_BRANCH")
179-
?: System.getenv("CIRRUS_BRANCH")),
177+
"vcs.revision" to System.getenv("GITHUB_SHA"),
178+
"vcs.branch" to (System.getenv("GITHUB_BASE_REF")
179+
?: System.getenv("GITHUB_HEAD_REF") ?: System.getenv("GITHUB_REF_NAME")),
180180
"build.name" to "sonarqube-mcp-server",
181181
"build.number" to System.getenv("BUILD_NUMBER")
182182
)

mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[tools]
2-
java = "21.0"
3-
gradle = "8.13"
2+
java = "21.0"

0 commit comments

Comments
 (0)