Added gradle build files#5
Open
IceDragon200 wants to merge 4 commits into
Open
Conversation
Sorry its in ruby, I don't write python, and neither do I understand how to achieve the same function using gradle. :( Sad times aside, this script will extract all the built growthcraft libs (only the main anc dev ones currently) and rebuild the sub mod jars from them so growthcraft-2.1.0.jar will create growthcraft-2.1.0-apples-2.1.0.jar and so forth The program also has a verbose flag to make it somewhat noisy (jar and 7z) Some problems, I'm not sure why, but `jar x` didn't work on my system, most likely I forgot some parameter, so if anyone knows the problem, feel free to change the 7za command to jar x to extract the jar file.
|
This has been merged with the community edition. Thanks IceDragon! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To scratch my own itch #4, I tried making a gradle build file for Growthcraft, it works for the most part.
I also wrote a script for packing the Growthcraft sub mods/packages whatchamacallit, sadly its written in ruby.