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

Added gradle build files #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added gradle build files #5

wants to merge 4 commits into from

Conversation

IceDragon200
Copy link

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.

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.
@Alatyami
Copy link

This has been merged with the community edition. Thanks IceDragon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants