Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract pipeline to be usable in SpongeVanilla's installer #33

Open
zml2008 opened this issue Apr 27, 2021 · 0 comments
Open

Extract pipeline to be usable in SpongeVanilla's installer #33

zml2008 opened this issue Apr 27, 2021 · 0 comments
Labels
type: enhancement New feature or request
Milestone

Comments

@zml2008
Copy link
Member

zml2008 commented Apr 27, 2021

VanillaGradle and the SpongeVanilla installer have to perform a lot of the same steps to produce a Minecraft server jar, and currently duplicate quite a lot (downloading, hash validation, version manifest handling, etc). VanillaGradle has also had a fair bit of work go into improving the remapping output and providing an efficient downloader, which would be nice to have available on the installer without having to copy & paste.

The current VanillaGradle pipeline is already fairly isolated from Gradle -- it should only need some basic restructuring in order to be flexible enough to handle the needs of the installer (resolve a versions.json, skip stripping shaded dependencies, no pre-baking of AWs).

@zml2008 zml2008 added the type: enhancement New feature or request label Apr 27, 2021
@zml2008 zml2008 added this to the 0.3 milestone Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant