Unique Enchantments - Battle

Unique Enchantments - Battle

4M Downloads

Gradle Build Automation Problem

Speiger opened this issue ยท 0 comments

commented

Right now the Gradle Export System is exporting a Fat Jar with both mods.

And the Export Process is at the moment:

  1. Build Jar
  2. Edit Jar (Remove Addon Stuff)
  3. Rename Jar
  4. Build Second Jar
  5. Edit Jar (Remove all base Mod Stuff)
  6. Update mcmeta.info
  7. Rename Jar

I tried improving that by automating the entire process.
But no matter how I tried it I couldn't get it to work with Gradle itself. I know i can write a Java Class that could achieve that but that is not desired at all and the lets nuke the project or keep it running solution.
The project is frozen until that is fixed.
If anyone want's to submit a PR to speed up the process that would be nice.

Simple notes:

  • Each Addon has its own name and jar. (Yes there are more planned)
  • the src/asset package name currently do not match in the addon.
  • It should be easily expandable.
  • Source is on latest state.