mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
This commit adds support for configuring several tasks at once using a type. It also migrates the Kotlin support so that, instead of configuring compileKotlin and compileTestKotlin, it configures all tasks of type KotlinCompile at once. See gh-890