DimensionalDevelopment / Rift

A lightweight mod loader and API for Minecraft 1.13
MIT License
122 stars 50 forks source link

Mod structure example doesn't work #36

Closed MaxiHuHe04 closed 6 years ago

MaxiHuHe04 commented 6 years ago

When I try to build the example mod structure with gradle, I get

A problem occurred configuring root project 'rifttest'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve org.dimdev:ForgeGradle:2.3-SNAPSHOT.
     Required by:
         project :
      > Could not resolve org.dimdev:ForgeGradle:2.3-SNAPSHOT.
         > Unable to load Maven meta-data from https://www.dimdev.org/maven/org/dimdev/ForgeGradle/2.3-SNAPSHOT/maven-metadata.xml.
            > Could not get resource 'https://www.dimdev.org/maven/org/dimdev/ForgeGradle/2.3-SNAPSHOT/maven-metadata.xml'.
               > Could not GET 'https://www.dimdev.org/maven/org/dimdev/ForgeGradle/2.3-SNAPSHOT/maven-metadata.xml'.
                  > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

CONFIGURE FAILED in 1s
Cause: unable to find valid certification path to requested target
Runemoro commented 6 years ago

Update your Java to at least 8u101, older versions don't have IdenTrust certificates used by dimdev.org.