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 d6eccb4 commit 7d6fed2Copy full SHA for 7d6fed2
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
distribution: 'temurin'
23
java-version: ${{ matrix.java }}
24
- name: Setup Gradle
25
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
26
with:
27
cache-disabled: ${{ contains(matrix.os, 'windows') }}
28
- name: Build
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
17
java-version: '11'
18
19
20
21
- name: Get tag name
0 commit comments