Skip to content

Commit

Permalink
Updated java version for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezl committed Aug 18, 2024
1 parent 2757e05 commit ec7563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
java-version: '16'
- uses: actions/[email protected]
with:
path: ~/.m2/repository
Expand All @@ -25,4 +25,4 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: DamageIndicator
path: target/DamageIndicator.jar
path: target/DamageIndicator.jar

0 comments on commit ec7563c

Please sign in to comment.