project-jumpstart

MIT License

Stars
5

Jumpstart

WIP

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.

How to use

plugins {
    id("codes.draeger.jumpstart")
}

jumpstart {
  // ...
}

Features

Test Runner

all gradle tasks of type Test will use Junit5 runner by default.

Test Logger

apply testlogger to all projects

Contributing

Feel free to open a issue or submit a pull request for any bugs/improvements.

Badges
Extracted from project README
Build License