n8ebel
01/13/2021, 2:44 AMmoduleA
- one unique feature
moduleB
- another unique feature
we then have moduleC
setup to pull in the other modules and create a single iOS framework for us to version/publish
I’m wondering though what would be the best way to publish/consume the JVM artifacts?
At the moment, we get a JAR for each module, which we could give a unified version and publish separately.
But I’m wondering if we might be better off having a single JAR for all modules like with the iOS framework
1. Is that a reasonable idea? Anyone try that and run into problems?
2. Is that something that can be setup “out of the box” or would we need to create a custom task to unzip jars and rezip into a new, unified jar?Yev Kanivets
01/13/2021, 5:25 AM