hei-synd-cnet / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
https://electrical-age.net/
Other
0 stars 1 forks source link

Gradle build because of missing dependency #3

Open metc opened 1 month ago

metc commented 1 month ago

Issue description

The Gradle build is failing because of a missing dependency. Build is failing because of a missing dependency.

Steps to reproduce

$ ./gradlew clean build
% gradle-4.4-all.zip
% ForgeGradle 1.2.2-g2ea0336
:downloadClient FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':downloadClient'.
> java.io.FileNotFoundException: http://s3.amazonaws.com/Minecraft.Download/versions/1.7.10/1.7.10.jar

Electrical Age version

1.17.0 (c143d44)

metc commented 1 month ago

This bucket does not exist anymore: http://s3.amazonaws.com/Minecraft.Download We are also using an old URL (http://files.minecraftforge.net/maven) that is now replaced by https://maven.minecraftforge.net. The minecraft forge's official maven repository has been moved to https://maven.minecraftforge.net/

The latest Gradle supported version is 4.4.1 with the ForgeGradle plugin version 1.2-SNAPSHOT (https://github.com/MinecraftForge/ForgeGradle/tree/FG_1.2) max.