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 {
16
16
17
17
Snapshots of the development version are available through [ Sonatype's ` snapshots ` repository] [ sonatyperepo ] .
18
18
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
+
19
27
## Setup
20
28
21
29
``` groovy
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
6
6
# Artifact configuration
7
7
GROUP_ID = de.mannodermaus.gradle.plugins
8
8
ARTIFACT_ID = android-junit5
9
- VERSION_NAME = 1.0.0-RC3-SNAPSHOT
9
+ VERSION_NAME = 1.0.0-RC3
10
10
LICENCE_NAME = EPL-1.0
11
11
DESCRIPTION = Unit Testing with JUnit 5 for Android.
12
12
VCS_URL = https://github.com/aurae/android-junit5
You can’t perform that action at this time.
0 commit comments