Skip to content

Github Actions failing #409

@codezninja

Description

@codezninja

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 -info

Running 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

Fix

We should update to use java version 9.181 version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions