Skip to content

Commit e56aa19

Browse files
committed
Release RC3
1 parent 64487a6 commit e56aa19

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ buildscript {
1616

1717
Snapshots of the development version are available through [Sonatype's `snapshots` repository][sonatyperepo].
1818

19+
**Note**: This plugin also supports the Release Candidates of JUnit 5.
20+
However, as of Android Studio 3.0 Beta 3, there is an internal issue with how tests are executed from the IDE
21+
related to a removed API in JUnit 5 still accessed from Android Studio's build of IntelliJ.
22+
If you run your JUnit 5 tests directly from Android Studio *right now*, they will fail with a `MissingMethodException`.
23+
24+
If you are running the latest version of IDEA itself, or you only ever run tests from the command line,
25+
it's safe to upgrade this plugin to the *actual* most recent version, `1.0.0-RC3`.
26+
1927
## Setup
2028

2129
```groovy

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
66
# Artifact configuration
77
GROUP_ID = de.mannodermaus.gradle.plugins
88
ARTIFACT_ID = android-junit5
9-
VERSION_NAME = 1.0.0-RC3-SNAPSHOT
9+
VERSION_NAME = 1.0.0-RC3
1010
LICENCE_NAME = EPL-1.0
1111
DESCRIPTION = Unit Testing with JUnit 5 for Android.
1212
VCS_URL = https://github.com/aurae/android-junit5

0 commit comments

Comments
 (0)