Skip to content

Commit d629914

Browse files
author
Maksim Litvinov
committed
fix version
1 parent e0d7163 commit d629914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build with Gradle
1818
uses: gradle/actions/setup-gradle@v4
1919
with:
20-
gradle-version: 8.12
20+
gradle-version: "8.12"
2121
- run: ./gradlew checkstyleMain
2222
- run: ./gradlew test
2323

0 commit comments

Comments
 (0)