Skip to content

christian-draeger/project-jumpstart

Repository files navigation

Jumpstart

WIP 🚸

Gradle Plugin Portal Build License Language

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages