File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5 Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import org.junit.platform.gradle.plugin.JUnitPlatformExtension
99 */
1010class 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}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
66# Artifact configuration
77GROUP_ID = de.mannodermaus.gradle.plugins
88ARTIFACT_ID = android-junit5
9- VERSION_NAME = 1.0.0-M6
9+ VERSION_NAME = 1.0.0-RC2-SNAPSHOT
1010LICENCE_NAME = EPL-1.0
1111DESCRIPTION = Unit Testing with JUnit 5 for Android.
1212VCS_URL = https://github.com/aurae/android-junit5
@@ -18,7 +18,7 @@ BINTRAY_PLUGIN_VERSION = 1.7.3
1818
1919# Dependency versions
2020SEMVER_VERSION = 0.9.0
21- JUNIT_PLATFORM_VERSION = 1.0.0-M6
21+ JUNIT_PLATFORM_VERSION = 1.0.0-RC2
2222
2323JUNIT4_VERSION = 4.12
2424SPOCK_VERSION = 1.0-groovy-2.4
You can’t perform that action at this time.
0 commit comments