File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,6 @@ gradle_its_template: &GRADLE_ITS_TEMPLATE
84
84
- source cirrus-env QA
85
85
- ./gradlew "${GRADLE_TASK}" "-P${ITS_PROJECT}"
86
86
" -Dsonar.runtimeVersion=${SQ_VERSION}"
87
- " -Dorchestrator.configUrl=file:///$CIRRUS_WORKING_DIR/orchestrator.properties"
88
- " -Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
89
87
" -DbuildNumber=$BUILD_NUMBER"
90
88
-Pqa --info --console plain --no-daemon --build-cache
91
89
<< : *CLEANUP_GRADLE_CACHE_SCRIPT
@@ -207,8 +205,6 @@ qa_ruling_kotlin_compiler_task:
207
205
- source cirrus-env QA
208
206
- ./gradlew :its:ruling:test --tests "org.sonarsource.slang.SlangRulingTest.test_kotlin_compiler" -Pruling
209
207
" -Dsonar.runtimeVersion=${SQ_VERSION}"
210
- " -Dorchestrator.configUrl=file:///$CIRRUS_WORKING_DIR/orchestrator.properties"
211
- " -Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
212
208
" -DbuildNumber=$BUILD_NUMBER"
213
209
-Pqa --info --console plain --no-daemon --build-cache
214
210
<< : *CLEANUP_GRADLE_CACHE_SCRIPT
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencyResolutionManagement {
75
75
val junit = version(" junit" , " 5.10.1" )
76
76
val mockito = version(" mockito" , " 5.7.0" )
77
77
val mockk = version(" mockk" , " 1.13.3" )
78
- val orchestrator = version(" orchestrator" , " 4. 5.0.1700 " )
78
+ val orchestrator = version(" orchestrator" , " 5.0.0.2065 " )
79
79
val sonarlint = version(" sonarlint" , " 9.5.0.76302" )
80
80
val sonarqube = version(" sonarqube" , " 10.0.0.68432" )
81
81
You can’t perform that action at this time.
0 commit comments