Skip to content

Commit b4f36d8

Browse files
committed
ci: Specify gradle version
1 parent 7fee815 commit b4f36d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
java-version: 8
1414

1515
- uses: gradle/actions/setup-gradle@v4
16+
with:
17+
gradle-version: '8.14'
1618

1719
- name: Build
1820
run: gradle build

0 commit comments

Comments
 (0)