LLibrary icon indicating copy to clipboard operation
LLibrary copied to clipboard

Maven sertificate error [1.12.2]

Open Thespiker1 opened this issue 4 years ago • 5 comments

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

Thespiker1 avatar Apr 06 '22 11:04 Thespiker1

Having the same issue

StannisMod avatar Apr 07 '22 09:04 StannisMod

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

Tirimar avatar Apr 07 '22 18:04 Tirimar

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

Tirimar avatar Apr 09 '22 17:04 Tirimar

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.

StannisMod avatar Apr 11 '22 08:04 StannisMod

It fixed.

Tirimar avatar Apr 12 '22 14:04 Tirimar