LLibrary

LLibrary

67M Downloads

Maven sertificate error [1.12.2]

Thespiker1 opened this issue ยท 5 comments

commented

I want to make project with llibrary. And add to build.gradle needed dependency but i have a problem with it. As i related problem related becous maven sertificate expired.

  • What went wrong:
    A problem occurred configuring root project 'ice'.

Could not resolve all dependencies for configuration ':deobfCompile'.
Could not resolve net.ilexiconn:llibrary:1.7.9-1.12.
Required by:
project :
> Could not resolve net.ilexiconn:llibrary:1.7.9-1.12.
> Could not get resource 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.9-1.12/llibrary-1.7.9-1.12.pom'.
> Could not GET 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.9-1.12/llibrary-1.7.9-1.12.pom'.
> sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
> Could not resolve net.ilexiconn:llibrary:1.7.9-1.12.
> Could not get resource 'https://maven.tehnut.info/net/ilexiconn/llibrary/1.7.9-1.12/llibrary-1.7.9-1.12.pom'.
> Could not GET 'https://maven.tehnut.info/net/ilexiconn/llibrary/1.7.9-1.12/llibrary-1.7.9-1.12.pom'. Received status code 403 from server: Forbidden

image

commented

Having the same issue

commented

Have too. Maybe there is some way to ignore SSL in maven?

commented

Just download files from maven reposiroty, add to c:users.m2\repository\net\ilexiconn\llibrary\your version
And add mavenLocal to repositories in build script

commented

Just download files from maven reposiroty, add to c:users.m2\repository\net\ilexiconn\llibrary\your version And add mavenLocal to repositories in build script

Yeah, it works, but maven repo should be available.

commented

It fixed.