File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ buildscript {
1616
1717Snapshots 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
66# Artifact configuration
77GROUP_ID = de.mannodermaus.gradle.plugins
88ARTIFACT_ID = android-junit5
9- VERSION_NAME = 1.0.0-RC3-SNAPSHOT
9+ VERSION_NAME = 1.0.0-RC3
1010LICENCE_NAME = EPL-1.0
1111DESCRIPTION = Unit Testing with JUnit 5 for Android.
1212VCS_URL = https://github.com/aurae/android-junit5
You can’t perform that action at this time.
0 commit comments