mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
build.gradle used 'latest.release', a dynamic version, so the Gradle deps lockfile captured an ephemeral net.runelite snapshot (client 1.12.34-20260721…-SNAPSHOT). repo.runelite.net prunes old snapshots, so fetchDeps 404'd on re-fetch. Pin to the current concrete release (1.12.35) and regenerate deps.json — releases aren't pruned, so the FOD stays reproducible. Assisted-by: pi (claude-opus-4-8)