Lothrazar / Cyclic

Minecraft mod written in Java
MIT License
166 stars 97 forks source link

Update Gradle #1802

Closed Dakkaron closed 3 years ago

Dakkaron commented 3 years ago

Describe problem (what you were doing; what happened; what should have happened): When I try to import the project into Intellj Idea, I get this error message:

Unsupported Gradle. 
The project uses Gradle 2.7 which is incompatible with IntelliJ IDEA 2020.3.2.

Possible solution:
 - Upgrade Gradle wrapper to 3.0 version and re-import the project

Trying to upgrade the Gradle wrapper to 3.0 fails with the following message:

A problem occurred configuring root project 'MinecraftMod_Cyclic'.
> Could not resolve all dependencies for configuration ':deobfCompile'.
   > Could not resolve mezz.jei:jei_1.10.2:3.14.7.420.
     Required by:
         com.lothrazar.cyclicmagic:MinecraftMod_Cyclic:1.10.2-1.10.30
      > Could not resolve mezz.jei:jei_1.10.2:3.14.7.420.
         > Could not get resource 'https://dvs1.progwml6.com/files/maven/mezz/jei/jei_1.10.2/3.14.7.420/jei_1.10.2-3.14.7.420.pom'.
            > Could not GET 'https://dvs1.progwml6.com/files/maven/mezz/jei/jei_1.10.2/3.14.7.420/jei_1.10.2-3.14.7.420.pom'.
               > peer not authenticated
   > Could not resolve com.enderio.core:EnderCore:1.10.2-0.4.1.41-beta.
     Required by:
         com.lothrazar.cyclicmagic:MinecraftMod_Cyclic:1.10.2-1.10.30
      > Could not resolve com.enderio.core:EnderCore:1.10.2-0.4.1.41-beta.
         > Could not get resource 'https://dvs1.progwml6.com/files/maven/com/enderio/core/EnderCore/1.10.2-0.4.1.41-beta/EnderCore-1.10.2-0.4.1.41-beta.pom'.
            > Could not GET 'https://dvs1.progwml6.com/files/maven/com/enderio/core/EnderCore/1.10.2-0.4.1.41-beta/EnderCore-1.10.2-0.4.1.41-beta.pom'.
               > peer not authenticated
   > Could not resolve com.enderio:EnderIO:1.10.2-3.0.1.74_beta.
     Required by:
         com.lothrazar.cyclicmagic:MinecraftMod_Cyclic:1.10.2-1.10.30
      > Could not resolve com.enderio:EnderIO:1.10.2-3.0.1.74_beta.
         > Could not get resource 'https://dvs1.progwml6.com/files/maven/com/enderio/EnderIO/1.10.2-3.0.1.74_beta/EnderIO-1.10.2-3.0.1.74_beta.pom'.
            > Could not GET 'https://dvs1.progwml6.com/files/maven/com/enderio/EnderIO/1.10.2-3.0.1.74_beta/EnderIO-1.10.2-3.0.1.74_beta.pom'.
               > peer not authenticated

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Lothrazar commented 3 years ago

Why is it trying to pull EnderIO and EnderCore, thats weird.

But yes, those URLs are dead and cannot be accessed

https://dvs1.progwml6.com/files/maven/com/enderio/core/EnderCore/1.10.2-0.4.1.41-beta

does not load. Can you delete the ender io dependency and try again? (lines 50,51)

oh the other hand, ' peer not authenticated' i hvae no idea what that means. does your IDE not know how to fetch https ? the JEI one loads fine https://dvs1.progwml6.com/files/maven/mezz/jei/jei_1.10.2/3.14.7.420/