architectury-plugin icon indicating copy to clipboard operation
architectury-plugin copied to clipboard

Add ArchitecturyPluginExtension.fromCommon

Open Juuxel opened this issue 1 year ago • 1 comments

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.

Juuxel avatar Mar 02 '24 00:03 Juuxel

question-why make this in java instead of kotlin like the rest of the plugin?

rhysdh540 avatar Mar 04 '24 05:03 rhysdh540