We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eda15 commit 1e48054Copy full SHA for 1e48054
.cirrus.yml
@@ -90,8 +90,8 @@ qa_plugin_task:
90
memory: 8G
91
env:
92
matrix:
93
- - SQ_VERSION: "LATEST_RELEASE"
94
- - SQ_VERSION: "DEV"
+ - SQ_VERSION: "LATEST_RELEASE[25.1]"
+ - SQ_VERSION: "DEV[25.1"
95
<<: *SETUP_GRADLE_CACHE
96
plugin_script:
97
- source cirrus-env QA
@@ -113,7 +113,7 @@ qa_ruling_task:
113
114
- git submodule update --init its/sources
115
- ./gradlew ":its:ruling:test" --project-prop ruling
116
- "-Dsonar.runtimeVersion=LATEST_RELEASE"
+ "-Dsonar.runtimeVersion=LATEST_RELEASE[25.1]"
117
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
118
"-DbuildNumber=$BUILD_NUMBER"
119
-I "${GRADLE_HOME}/init.d/repoxAuth.init.gradle.kts"
0 commit comments