Game Stages

Game Stages

41M Downloads

Can't resolve dependency due to certificate issue on maven

gigaherz opened this issue ยท 2 comments

commented
      > 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.

commented

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.

commented

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