Skip to content

Commit 8b5c635

Browse files
committed
Update "Broken AS Build" notice & mention proper Exception type in README
1 parent e56aa19 commit 8b5c635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ buildscript {
1717
Snapshots of the development version are available through [Sonatype's `snapshots` repository][sonatyperepo].
1818

1919
**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
20+
However, as of Android Studio 3.0 Beta 4, there is an internal issue with how tests are executed from the IDE
2121
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`.
22+
If you run your JUnit 5 tests directly from Android Studio *right now*, they will fail with a `NoSuchMethodError`.
2323

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

0 commit comments

Comments
 (0)