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.
2 parents 607db23 + ad46c22 commit df66f68Copy full SHA for df66f68
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: ${{ env.JAVA_VERSION }}
29
30
- name: "⚡ Setup Gradle with Cache"
31
- uses: gradle/actions/setup-gradle@v5
+ uses: gradle/actions/setup-gradle@v6
32
33
- name: "🧪 Run Tests"
34
run: ./gradlew test
@@ -54,7 +54,7 @@ jobs:
54
55
56
- name: ⚡ Setup Gradle with Cache
57
58
59
- name: "🚀 Publish to Maven Central"
60
env:
0 commit comments