Skip to content

Commit

Permalink
Java 21
Browse files Browse the repository at this point in the history
Improved Controller exceptions handling
Added REST endpoints versioning
  • Loading branch information
Denis Halitsky committed Dec 17, 2023
1 parent 1805a86 commit 90d7b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '21' s
distribution: 'zulu'
cache: 'maven'
java-version: '21'
distribution: 'zulu'
cache: 'maven'
- name: Build All
run: mvn -B package -DskipTests --file pom.xml
- name: Test All
Expand Down

0 comments on commit 90d7b8f

Please sign in to comment.