Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fborghi authored Apr 24, 2024
1 parent 3ca4f93 commit 878641d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn clean compile org.apache.openejb.maven:tomee-maven-plugin:1.7.1:build

0 comments on commit 878641d

Please sign in to comment.