Skip to content

Commit b140681

Browse files
committed
Released M6
1 parent b185572 commit b140681

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Gradle plugin that allows for the execution of [JUnit 5][junit5gh] unit tests
99
```groovy
1010
buildscript {
1111
dependencies {
12-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M5"
12+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M6"
1313
}
1414
}
1515
```
@@ -46,9 +46,9 @@ However, there are some additional properties that you can apply:
4646
```groovy
4747
junitPlatform {
4848
// The JUnit Jupiter dependency version to use; matches the platform's milestone by default
49-
jupiterVersion "5.0.0-M5"
49+
jupiterVersion "5.0.0-M6"
5050
// The JUnit Vintage Engine dependency version to use; matches the platform's milestone by default
51-
vintageVersion "4.12.0-M5"
51+
vintageVersion "4.12.0-M6"
5252
}
5353
```
5454

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Artifact configuration
44
GROUP_ID = de.mannodermaus.gradle.plugins
55
ARTIFACT_ID = android-junit5
6-
VERSION_NAME = 1.0.0-M6-SNAPSHOT
6+
VERSION_NAME = 1.0.0-M6
77
LICENCE_NAME = EPL-1.0
88
DESCRIPTION = Unit Testing with JUnit 5 for Android.
99
VCS_URL = https://github.com/aurae/android-junit5

0 commit comments

Comments
 (0)