Skip to content

Commit

Permalink
Merge pull request #71 from ESPGranEdu/patch-1
Browse files Browse the repository at this point in the history
Bump JDK version on Github Actions
  • Loading branch information
patrickfav authored Feb 19, 2024
2 parents c8d48ec + fcd7c86 commit 6c0ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw -B clean verify -DcommonConfig.jarSign.skip=true
Expand Down

0 comments on commit 6c0ffde

Please sign in to comment.