Skip to content

Commit

Permalink
Dropping Java Version back down
Browse files Browse the repository at this point in the history
  • Loading branch information
HaeImAlan committed Dec 18, 2024
1 parent 29df468 commit 27741eb
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 @@ -13,8 +13,8 @@ jobs:
- name: Setup JDK 8
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'microsoft'
java-version: '8'
distribution: 'adapt'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload jar
Expand Down

0 comments on commit 27741eb

Please sign in to comment.