Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit c4889f0

Browse files
committed
Fix GitHub Actions
1 parent 464a546 commit c4889f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
fetch-depth: 0
13+
- uses: actions/setup-java@v3
14+
with:
15+
distribution: adopt
16+
java-version: 17
17+
cache: gradle
1318
- run: ./gradlew --no-daemon build
1419
env:
1520
TERM: dumb

0 commit comments

Comments
 (0)