Jvm Test Suite Plugin
A org.gradle.api.Plugin that adds extensions for declaring, compiling and running JvmTestSuites.
This plugin provides conventions for several things:
- All other
JvmTestSuitewill use the JUnit Jupiter testing framework unless specified otherwise. - A single test suite target is added to each
JvmTestSuite.
Since
7.3