dauer commented on issue #14856:
URL: https://github.com/apache/grails-core/issues/14856#issuecomment-3298730382
We also need to add this to the projects generated `build.gradle` if Junit
is selected, otherwise the test won't be executed:
```
tasks.withType(Test).configureEach {
useJUnitPlatform()
}
```
https://github.com/dauer/grails-core/blob/aa561174da33261c26d78cd546b1b5f8810414a6/grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/buildGradle.rocker.raw#L119
Should we just skip generating tests if JUnit is selected og generate
templates as with Spock?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]