mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
This commit adds a mapping strategy for Gradle plugins that don't have a plugin marker artifact. This is necessary to avoid using a buildScript section to declare the plugin implementation artifact. Closes gh-1189