architectury-plugin
architectury-plugin copied to clipboard
Add ArchitecturyPluginExtension.fromCommon
Basic usage example:
architectury {
// Sets up dev dependencies and production jar bundling as a one-liner.
fromCommon ':common'
}
More complicated usage example from Arch API: https://github.com/Juuxel/architectury-api/commit/39de89cf0d5941fd66f728ff52be479e06817a19
Note about the version: this isn't a breaking change, but it's a good chance to introduce some cleanup breaking changes, like removing unused properties and simplifying the extension class.
question-why make this in java instead of kotlin like the rest of the plugin?