Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chavez <[email protected]>
  • Loading branch information
vChavezB authored Dec 11, 2023
1 parent 23d694d commit b15829b
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 @@ -10,8 +10,8 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'zulu'
- name: Build
run: mvn package && tree
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b15829b

Please sign in to comment.