mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-10 11:13:34 +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