Pin java version to 17.0.11, Mockito has issues with 17.0.13 (#104)

This commit is contained in:
Stephan Schnabel 2024-12-02 16:15:53 +01:00
parent 8c44012e94
commit 7697801472
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
- run: mvn $MAVEN_ARGS deploy
env: