We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ec2fde + 4e4065b commit a81cfd7Copy full SHA for a81cfd7
.github/workflows/format.yml
@@ -18,7 +18,7 @@ jobs:
18
java-version: '21'
19
distribution: 'temurin'
20
- name: Build project with gradle
21
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
22
- name: Format with Spotless
23
run: gradle spotlessApply
24
- name: Commit changes
.github/workflows/gradle.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
with:
29
gradle-version: 8.14.3
30
- name: Execute Gradle build
0 commit comments