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 4f95bcb commit 6f8ef46Copy full SHA for 6f8ef46
.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@v4
+ uses: gradle/actions/setup-gradle@v5
32
33
- name: "🔍 Run Check"
34
run: ./gradlew check
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: "🧪 Run Unit Tests"
55
run: ./gradlew test
@@ -81,7 +81,7 @@ jobs:
81
82
83
- name: ⚡ Setup Gradle with Cache
84
85
86
- name: "🚀 Publish to Maven Central"
87
env:
0 commit comments