We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fee815 commit b4f36d8Copy full SHA for b4f36d8
1 file changed
.github/workflows/build.yaml
@@ -13,6 +13,8 @@ jobs:
13
java-version: 8
14
15
- uses: gradle/actions/setup-gradle@v4
16
+ with:
17
+ gradle-version: '8.14'
18
19
- name: Build
20
run: gradle build
0 commit comments