Skip to content

Commit 258ef18

Browse files
committed
Fix build with Gradle by using specific version
1 parent b58e15c commit 258ef18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ant.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
with:
2020
java-version: '8'
2121
distribution: 'temurin'
22+
- name: Setup Gradle 8 (to work with JDK 8)
23+
uses: gradle/actions/setup-gradle@v4
24+
with:
25+
gradle-version: '8.14.3'
2226
- name: Build and test with Ant
2327
run: ant -noinput -buildfile build.xml test -Dgradle.exe=gradle

0 commit comments

Comments
 (0)