A gradle convention plugin to jumpstart opinionated spring-boot projects written in kotlin by cutting down project configuration boilerplate in consuming projects. It will allow users to start new projects quickly and convenient.
plugins {
id("codes.draeger.jumpstart")
}
jumpstart {
// ...
}
all gradle tasks of type Test
will use Junit5 runner by default.
apply testlogger to all projects
Feel free to open a issue or submit a pull request for any bugs/improvements.