We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c5444 commit 0c923baCopy full SHA for 0c923ba
.github/workflows/build.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Validate Gradle Wrapper
25
uses: gradle/wrapper-validation-action@v3
26
27
- - uses: gradle/gradle-build-action@v3
+ - name: Setup Gradle
28
+ uses: gradle/actions/setup-gradle@v3
29
30
- name: Build and run tests
31
run: ./gradlew build
.github/workflows/release.yml
@@ -48,10 +48,8 @@ jobs:
48
49
uses: gradle/wrapper-validation-action@v1
50
51
52
- with:
53
- # Disable writing to cache. Don't want to spoil the main cache
54
- cache-read-only: true
55
56
- name: Get Snaptshot versions
57
id: snapshotVersions
0 commit comments