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 c0d90e0 commit 8901269Copy full SHA for 8901269
.github/workflows/pr-build.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: burrunan/[email protected]
39
with:
40
remote-build-cache-proxy-enabled: false
41
- arguments: build --info --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
+ arguments: build --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
42
properties: |
43
testAdditionalJavaVersions=${{ matrix.testAdditionalJavaVersions }}
44
org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }}
0 commit comments