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 982a62c commit 8d14d81Copy full SHA for 8d14d81
1 file changed
.github/workflows/run-tests.yml
@@ -49,8 +49,7 @@ jobs:
49
java-version: ${{ matrix.java.javaInstall }}
50
distribution: 'temurin'
51
- name: Setup Gradle
52
- # TODO: Review implications of license change before upgrading to version 6 or higher
53
- uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
+ uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
54
with:
55
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
56
- name: Build with Gradle
0 commit comments