Gradle Plugin 1.5.0.0
This release of the android-junit5 Gradle Plugin brings compatibility with JUnit 5.5.0.
Added
- Integrity checks for users including instrumentation tests into their project. An error will be thrown on incomplete setup of the instrumentation test environment. To disable the check, use the
junitPlatform.instrumentationTests.integrityCheckEnabled
API - Added Gradle tasks to generate resource files for filter configurations in instrumentation tests (support
@Tag
filters in instrumentation tests)
Changed
- Use Dokka for platform-agnostic generation of documentation files
Removed
- Marked
junitPlatform.instrumentationTests.enabled
andjunitPlatform.instrumentationTests.version
as deprecated, as they don't do anything anymore - they are scheduled for removal in 1.6.0.0