Skip to content

Commit f3f50fa

Browse files
authored
SONARTEXT-69 Fix ws source task (#306)
1 parent b85f105 commit f3f50fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ ws_scan_task:
105105
<<: *SETUP_GRADLE_CACHE
106106
whitesource_script:
107107
- source cirrus-env QA
108-
- GRADLE_OPTS="-Xmx64m -Dorg.gradle.jvmargs='-Xmx1G -Dkotlin.daemon.jvm.options=-Xmx1500m,Xms=500m' -Dorg.gradle.daemon=false" ./gradlew ${GRADLE_COMMON_FLAGS} processResources
109-
- ./export_ws_variables.sh
108+
- GRADLE_OPTS="-Xmx64m -Dorg.gradle.jvmargs='-Xmx1G' -Dorg.gradle.daemon=false" ./gradlew ${GRADLE_COMMON_FLAGS} :sonar-text-plugin:processResources -Pkotlin.compiler.execution.strategy=in-process
109+
- source ./export_ws_variables.sh
110110
- source ws_scan.sh
111111
allow_failures: "true"
112112
always:

0 commit comments

Comments
 (0)