We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b9054 commit a316a0bCopy full SHA for a316a0b
1 file changed
.github/workflows/linux.yaml
@@ -10,9 +10,6 @@ on:
10
- master
11
- '[5-9]+.[0-9]+.x'
12
13
-env:
14
- GRADLE_VERSION: '8.14.3'
15
-
16
jobs:
17
build:
18
name: 'Build: JDK ${{ matrix.java }} (${{ matrix.os }})'
@@ -47,6 +44,10 @@ jobs:
47
44
restore-keys: |
48
45
${{ runner.os }}-gradle-
49
46
+ - uses: gradle/actions/setup-gradle@v3
+ with:
+ gradle-version: '8.14.3'
50
+
51
- name: Setup Maven
52
uses: s4u/setup-maven-action@v1.18.0
53
with:
0 commit comments