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

Merged
sschnabe merged 1 commit from java into main 2024-12-02 16:15:53 +01:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 3e9dd1c2e4 - Show all commits

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:

View file

@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
- run: mvn $MAVEN_ARGS verify
- run: mvn $MAVEN_ARGS site
@ -52,7 +52,7 @@ jobs:
- 23.0.7
- 24.0.5
- 25.0.6
- 26.0.2
- 26.0.6
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4

View file

@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
server-id: sonatype-nexus
server-username: SERVER_USERNAME