Skip to content

Commit

Permalink
Squash me later
Browse files Browse the repository at this point in the history
  • Loading branch information
rognan committed Nov 29, 2021
1 parent 319094b commit fd350dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -44,9 +44,9 @@ jobs:
gradle-version: ${{ matrix.gradle-version }}
arguments: >
build --scan
-Porg.gradle.java.installations.auto-detect=false
-Porg.gradle.java.installations.auto-download=false
-Porg.gradle.java.installations.paths=${{ steps.configure-gradle-jdk.outputs.path }},${{ steps.configure-build-jdk.outputs.path }}
-Dorg.gradle.java.installations.auto-detect=false
-Dorg.gradle.java.installations.auto-download=false
-Dorg.gradle.java.installations.paths=${{ steps.configure-gradle-jdk.outputs.path }},${{ steps.configure-build-jdk.outputs.path }}
- name: Upload build reports
uses: actions/upload-artifact@v2
if: always()
Expand Down

0 comments on commit fd350dc

Please sign in to comment.