We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae7555 commit cf0138fCopy full SHA for cf0138f
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
distribution: 'temurin'
13
java-version: 21
14
- name: Setup Gradle
15
- uses: gradle/actions/setup-gradle@v5
+ uses: gradle/actions/setup-gradle@v6
16
with:
17
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
18
- name: Build with Gradle
.github/workflows/maven-publish.yml
@@ -14,7 +14,7 @@ jobs:
19
20
- name: Publish with Gradle to Repository
0 commit comments