Skip to content

Commit b51bda0

Browse files
committed
update github pipeline to use matching gradle version
1 parent bfe8a8d commit b51bda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-simulate-robot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# download and cache gradle
3333
- uses: gradle/actions/setup-gradle@v3
3434
with:
35-
gradle-version: 8.5
35+
gradle-version: 8.8
3636
# Grant execute permission for gradlew
3737
- name: Grant execute permission for gradlew
3838
run: chmod +x gradlew

0 commit comments

Comments
 (0)