micronaut-build
micronaut-build copied to clipboard
Allow to test with Junit5 in a module
Currently, we assumes modules test by default with spock.
It would be great if we could configure:
micronautBuild {
testRuntime("junit5")
}
and modules will import the necessary test dependencies for Junit5 and don't import the Spock dependencies.