groovykoans
groovykoans copied to clipboard
Gradle 4.9 and Junit5
- Gradle script changed to support current Gradle version (4.9) and JUnit 5 engine.
- Output to console added (useful when GUI is not installed).
- Task dependencyUpdates added to check for modules updates.
- Properties added:
- ff - apply JUnit 5 'fail fast' rule
- fe - output just a first error to the console