Skip to content

Commit 904cea6

Browse files
author
Marcel Schnelle
committed
Updated to Milestone 3
1 parent c5854fc commit 904cea6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
dependencies {
1313
// 2. Add the plugin as a classpath dependency
14-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M2"
14+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M3"
1515
}
1616
}
1717
@@ -37,7 +37,7 @@ However, there are some additional properties that you can apply:
3737
```groovy
3838
junitPlatform {
3939
// The JUnit Jupiter dependency version to use; "5.+" by default
40-
jupiterVersion "5.0.0-M2"
40+
jupiterVersion "5.0.0-M3"
4141
}
4242
```
4343

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Artifact configuration
22
GROUP_ID=de.mannodermaus.gradle.plugins
33
ARTIFACT_ID=android-junit5
4-
VERSION_NAME=1.0.0-M2
4+
VERSION_NAME=1.0.0-M3
55
DESCRIPTION=Unit Testing with JUnit 5 for Android.
66

77
# Dependency versions (plugins)
8-
GRADLE_PLUGIN_VERSION=2.2.0
8+
GRADLE_PLUGIN_VERSION=2.3.0-beta4
99
BINTRAY_PLUGIN_VERSION=1.3.1
1010

1111
# Dependency versions
12-
JUNIT_PLATFORM_VERSION=1.0.0-M2
12+
JUNIT_PLATFORM_VERSION=1.0.0-M3

0 commit comments

Comments
 (0)