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 b85f105 commit f3f50faCopy full SHA for f3f50fa
.cirrus.yml
@@ -105,8 +105,8 @@ ws_scan_task:
105
<<: *SETUP_GRADLE_CACHE
106
whitesource_script:
107
- 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
+ - 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
+ - source ./export_ws_variables.sh
110
- source ws_scan.sh
111
allow_failures: "true"
112
always:
0 commit comments