Skip to content

Commit

Permalink
Release RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Aug 29, 2017
1 parent 64487a6 commit e56aa19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ buildscript {

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

**Note**: This plugin also supports the Release Candidates of JUnit 5.
However, as of Android Studio 3.0 Beta 3, there is an internal issue with how tests are executed from the IDE
related to a removed API in JUnit 5 still accessed from Android Studio's build of IntelliJ.
If you run your JUnit 5 tests directly from Android Studio *right now*, they will fail with a `MissingMethodException`.

If you are running the latest version of IDEA itself, or you only ever run tests from the command line,
it's safe to upgrade this plugin to the *actual* most recent version, `1.0.0-RC3`.

## Setup

```groovy
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
# Artifact configuration
GROUP_ID = de.mannodermaus.gradle.plugins
ARTIFACT_ID = android-junit5
VERSION_NAME = 1.0.0-RC3-SNAPSHOT
VERSION_NAME = 1.0.0-RC3
LICENCE_NAME = EPL-1.0
DESCRIPTION = Unit Testing with JUnit 5 for Android.
VCS_URL = https://github.com/aurae/android-junit5
Expand Down

0 comments on commit e56aa19

Please sign in to comment.