Skip to content

Commit 57d13dd

Browse files
committed
Add setup Java step for Gradle compatibility
1 parent 4a32561 commit 57d13dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fortune-demo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
timeout-minutes: 30
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: actions/setup-java@v4
24+
with:
25+
distribution: 'oracle'
26+
java-version: '17'
2327
- uses: graalvm/setup-graalvm@v1
2428
with:
2529
java-version: '21'

0 commit comments

Comments
 (0)