Skip to content

Commit

Permalink
ci: use JDK 17 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
octocorvus committed Jul 8, 2023
1 parent e5e7a38 commit 2383291
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
- name: Set up JDK 20
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
java-version: 17
cache: gradle

- name: Build with Gradle
run: ./gradlew.bat build --no-daemon
- run: ./gradlew.bat build --no-daemon

0 comments on commit 2383291

Please sign in to comment.