groovykoans icon indicating copy to clipboard operation
groovykoans copied to clipboard

Gradle 4.9 and Junit5

Open nkultashev opened this issue 6 years ago • 0 comments

  • 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

nkultashev avatar Aug 20 '18 12:08 nkultashev