Skip to content

Commit 218d1ba

Browse files
committed
Updated dependencies to RC2
1 parent 91d31c0 commit 218d1ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformExtension.groovy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.platform.gradle.plugin.JUnitPlatformExtension
99
*/
1010
class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
1111

12-
private static final String PLATFORM_VERSION = "1.0.0-M6"
12+
private static final String PLATFORM_VERSION = "1.0.0-RC2"
1313

1414
AndroidJUnitPlatformExtension(Project project) {
1515
super(project)
@@ -19,14 +19,14 @@ class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
1919
/**
2020
* The version of JUnit Jupiter to use.
2121
*
22-
* Defaults to {@code '5.0.0-M6'}.
22+
* Defaults to {@code '5.0.0-RC2'}.
2323
*/
24-
String jupiterVersion = '5.0.0-M6'
24+
String jupiterVersion = '5.0.0-RC2'
2525

2626
/**
2727
* The version of JUnit Vintage Engine to use.
2828
*
29-
* Defaults to {@code '4.12.0-M6'}.
29+
* Defaults to {@code '4.12.0-RC2'}.
3030
*/
31-
String vintageVersion = '4.12.0-M6'
31+
String vintageVersion = '4.12.0-RC2'
3232
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
66
# Artifact configuration
77
GROUP_ID = de.mannodermaus.gradle.plugins
88
ARTIFACT_ID = android-junit5
9-
VERSION_NAME = 1.0.0-M6
9+
VERSION_NAME = 1.0.0-RC2-SNAPSHOT
1010
LICENCE_NAME = EPL-1.0
1111
DESCRIPTION = Unit Testing with JUnit 5 for Android.
1212
VCS_URL = https://github.com/aurae/android-junit5
@@ -18,7 +18,7 @@ BINTRAY_PLUGIN_VERSION = 1.7.3
1818

1919
# Dependency versions
2020
SEMVER_VERSION = 0.9.0
21-
JUNIT_PLATFORM_VERSION = 1.0.0-M6
21+
JUNIT_PLATFORM_VERSION = 1.0.0-RC2
2222

2323
JUNIT4_VERSION = 4.12
2424
SPOCK_VERSION = 1.0-groovy-2.4

0 commit comments

Comments
 (0)