Darkhax-Minecraft / Game-Stages

An API for universal player based progression.
https://minecraft.curseforge.com/projects/game-stages
GNU Lesser General Public License v2.1
64 stars 17 forks source link

Can't resolve dependency due to certificate issue on maven #9

Closed gigaherz closed 6 years ago

gigaherz commented 6 years ago
      > Could not resolve net.darkhax.gamestages:GameStages-1.12.2:1.0.80.
         > Could not get resource 'https://maven.mcmoddev.com/net/darkhax/gamestages/GameStages-1.12.2/1.0.80/GameStages-1.12.2-1.0.80.pom'.
            > Could not GET 'https://maven.mcmoddev.com/net/darkhax/gamestages/GameStages-1.12.2/1.0.80/GameStages-1.12.2-1.0.80.pom'.
               > hostname in certificate didn't match: <maven.mcmoddev.com> != <mcmoddev.com> OR <mcmoddev.com> OR <www.mcmoddev.com>

No rush though -- I'll use it without maven meanwhile.

Darkhax commented 6 years ago

You need to update to a newer version of Java. Java8 has had a lot of security issues related to this stuff that have been fixed.

gigaherz commented 6 years ago

Oh yeah now that you mention it, I was still using the JDK 112 one for gradle... oops!