Skip to content

Commit

Permalink
Build with JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MacaylaMarvelous81 committed Jul 31, 2024
1 parent 65c2169 commit 9749f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
ref: ${{ inputs.ref }}
- uses: gradle/actions/[email protected]
- name: Setup JDK 17
- name: Setup JDK 8
uses: actions/[email protected]
with:
java-version: 17
java-version: 8
distribution: temurin
- name: Mark gradlew as an executable
if: ${{ runner.os != 'Windows' }}
Expand Down

0 comments on commit 9749f9c

Please sign in to comment.