Skip to content

Commit

Permalink
Change Java distro
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur authored Jan 7, 2025
1 parent 1b52309 commit d0c14f9
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 @@ -30,11 +30,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: ${{ vars.JAVA_VERSION }}
distribution: temurin
distribution: oracle
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Notify on Failure
Expand Down

0 comments on commit d0c14f9

Please sign in to comment.