The template contains the following plugins:
Provides code coverage metrics for Java code via integration with JaCoCo. You can create the report by running the following command:
./gradlew jacocoTestReport
The report will be created in build/reports subdirectory in your project directory.
Provides Maven-like dependency management. Allows you to declare dependency
management using dependency 'groupId:artifactId:version'
or
dependency group:'group', name:'name', version:version'
.
Reduces the amount of work needed to create a Spring application
This plugin is a requirement in order to use Kotlin within your project.
This plugin is a requirement in order to successfully compile Kotlin with Spring.