Skip to content

Gradle Plugin: 1.3.2.0

Compare
Choose a tag to compare
@mannodermaus mannodermaus released this 31 Dec 08:48

This release brings compatibility with Gradle 5, as well as a few QOL improvements.

Added

  • Support for projects running Gradle 5.x (#131, #133)

Changed

  • Updated JUnit 5 dependencies to 5.3.2 (#132)
  • Converted all helper classes for unit tests to Kotlin & inverted the dependency between Kotlin and Groovy. Now, the only Groovy thing left in that particular module are some unit tests (#136)
  • Moved to a type-safe way to declare libraries & versions in Kotlin DSL, instead of relying on the extra API in Gradle (#137)

Fixed

  • Sample project correctly sets up its source folders (#135; thanks, @pardom!)

Removed

  • The plugin no longer tries to configure modules that use the com.android.test plugin. These modules only use instrumentation tests, and do not expose any unit test tasks. If you want JUnit 5 in these modules, use the instrumentation test libraries instead (#134)