SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
89 stars 18 forks source link

Redesign resolution to use a local Ivy repository rather than a Gradle task chain #26

Closed zml2008 closed 3 years ago

zml2008 commented 3 years ago

This rips apart a whole lot of how VanillaGradle works in order to give us more control over how artifacts are resolved. There's still quite a lot to do in order to make this a solid system, including:

Fixes #24 Fixes #22

zml2008 commented 3 years ago

Currently blocked by https://github.com/MinecraftForge/ForgeFlower/pull/95