Skip to content

Commit

Permalink
use Java 21 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jun 26, 2024
1 parent ca5d115 commit 986e25f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@master
with:
distribution: 'adopt'
java-version: 17
cache: 'maven'
distribution: temurin
java-version: 21
cache: maven

# https://stackoverflow.com/questions/71069/can-maven-be-made-less-verbose
- name: Maven Build
Expand Down

0 comments on commit 986e25f

Please sign in to comment.