Bump to java 17 (micronaut dependency)

This commit is contained in:
Stephan Schnabel 2023-07-02 20:25:55 +02:00 committed by Stephan Schnabel
parent ea7aa1ab16
commit 6de0f02d59
8 changed files with 27 additions and 36 deletions

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: maven
- run: mvn $MAVEN_ARGS dependency:go-offline
- run: mvn $MAVEN_ARGS deploy