Pin java version to 17.0.11, Mockito has issues with 17.0.13
This commit is contained in:
parent
8c44012e94
commit
3e9dd1c2e4
3 changed files with 4 additions and 4 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue