iLexiconn / LLibrary

The lightweight Minecraft modding library.
https://github.com/iLexiconn/LLibrary/wiki
GNU Lesser General Public License v2.1
51 stars 33 forks source link

Maven sertificate error [1.12.2] #193

Open Thespiker1 opened 2 years ago

Thespiker1 commented 2 years ago

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.

image
StannisMod commented 2 years ago

Having the same issue

Tirimar commented 2 years ago

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

Tirimar commented 2 years ago

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

StannisMod commented 2 years ago

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.

Tirimar commented 2 years ago

It fixed.