Jade ๐Ÿ”

Jade ๐Ÿ”

155M Downloads

Jade cannot be built locally

Shadows-of-Fire opened this issue ยท 0 comments

commented

Mod loader

NeoForge

Minecraft version

1.21.1

Mod version

15.9.2

Modloader version

n/a

Modpack info

No response

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

No response

Issue description

Jade fails to build locally due to the inclusion of these two arguments in the gradle.properties file: -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1079

This results in esoteric network errors, such as

> Uncaught exception while processing replacement of dependency net.neoforged:neoforge using handler net.neoforged.gradle.common.extensions.dependency.replacement.Handler_Decorated@7b6d1f01: Failed to download the file from: https://piston-meta.mojang.com/mc/game/version_manifest.json to: C:\Users\Shadows\.gradle\caches\minecraft\.\launcher_metadata.json

This is endemic to all branches (which means many updates may be necessary for Jade to be buildable externally without a local proxy setup).

If possible, I would suggest moving these flags to a local gradle.properties in your gradle user home (ref) or using environment variables.