Skip to content

Commit

Permalink
Change github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak committed Mar 6, 2024
1 parent 0178a86 commit 33e9791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UserManagementAPI/.github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: '21-ea'
cache: 'maven'
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build and test with Maven
run: mvn -B package --file pom.xml

0 comments on commit 33e9791

Please sign in to comment.