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 25c8cd9 commit ff211e5Copy full SHA for ff211e5
.github/workflows/build-common.yml
@@ -166,7 +166,7 @@ jobs:
166
-x spotlessCheck
167
-PtestJavaVersion=${{ matrix.test-java-version }}
168
-PtestJavaVM=${{ matrix.vm }}
169
- -Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
+ "-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}"
170
-Porg.gradle.java.installations.auto-download=false ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
171
172
setup-smoke-test-matrix:
0 commit comments