Skip to content

Commit

Permalink
[TASK] Updated workflow for java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBurger committed Mar 7, 2024
1 parent b729aa9 commit 9a5f6dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build -Dquarkus.package.type=uber-jar
- name: Start application
Expand Down

0 comments on commit 9a5f6dd

Please sign in to comment.