-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Milestone
Description
https://repo.maven.apache.org/ has updated its ssl certs on Sept 7th 2021, which has broken the github actions ci build. It currently runs on Java JDK 9.0.4.111. This version is old and isn't the latest jdk9 version available
I was able to reproduce the error locally via docker.
Note: As long as you have docker installed, you can run this command in the root of the repo
docker run -it --rm -v $(pwd):/code -w /code adoptopenjdk/openjdk9:jdk-9.0.4.11 ./gradlew check -infoRunning on a newer release date version of the jdk seems to work with no issues.
docker run -it --rm -v $(pwd):/code -w /code adoptopenjdk/openjdk9:jdk-9.181 ./gradlew check -info| java-version: '9' |
Fix
We should update to use java version 9.181 version
Metadata
Metadata
Assignees
Labels
No labels