MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
508 stars 437 forks source link

Update Constants.java #944

Open Sekupas opened 2 months ago

Sekupas commented 2 months ago

Fix the problem with downloading error from http protocol

LexManos commented 2 months ago

In my tests it send the protocol redirect, but this doesn't hurt. However this PR isn't possible to be pulled right now as the 2.3 branch needs to be migrated to a modern CI. the 6.x branch uses TeamCity, but ideally we should migrate to github actions. If you wanna try that feel free, but i'm gunna poke @PaintNinja about it.