Skip to content

Commit

Permalink
Released M6
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Jul 19, 2017
1 parent b185572 commit b140681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Gradle plugin that allows for the execution of [JUnit 5][junit5gh] unit tests
```groovy
buildscript {
dependencies {
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M5"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M6"
}
}
```
Expand Down Expand Up @@ -46,9 +46,9 @@ However, there are some additional properties that you can apply:
```groovy
junitPlatform {
// The JUnit Jupiter dependency version to use; matches the platform's milestone by default
jupiterVersion "5.0.0-M5"
jupiterVersion "5.0.0-M6"
// The JUnit Vintage Engine dependency version to use; matches the platform's milestone by default
vintageVersion "4.12.0-M5"
vintageVersion "4.12.0-M6"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Artifact configuration
GROUP_ID = de.mannodermaus.gradle.plugins
ARTIFACT_ID = android-junit5
VERSION_NAME = 1.0.0-M6-SNAPSHOT
VERSION_NAME = 1.0.0-M6
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 b140681

Please sign in to comment.