File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5 Expand file tree Collapse file tree 2 files changed +8
-8
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-M5 "
12+ private static final String PLATFORM_VERSION = " 1.0.0-M6 "
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-M5 ' }.
22+ * Defaults to {@code '5.0.0-M6 ' }.
2323 */
24- String jupiterVersion = ' 5.0.0-M5 '
24+ String jupiterVersion = ' 5.0.0-M6 '
2525
2626 /**
2727 * The version of JUnit Vintage Engine to use.
2828 *
29- * Defaults to {@code '4.12.0-M5 ' }.
29+ * Defaults to {@code '4.12.0-M6 ' }.
3030 */
31- String vintageVersion = ' 4.12.0-M5 '
31+ String vintageVersion = ' 4.12.0-M6 '
3232}
Original file line number Diff line number Diff line change 33# Artifact configuration
44GROUP_ID = de.mannodermaus.gradle.plugins
55ARTIFACT_ID = android-junit5
6- VERSION_NAME = 1.0.0-M5
6+ VERSION_NAME = 1.0.0-M6-SNAPSHOT
77LICENCE_NAME = EPL-1.0
88DESCRIPTION = Unit Testing with JUnit 5 for Android.
99VCS_URL = https://github.com/aurae/android-junit5
1010
1111# Dependency versions (plugins)
1212ANDROID_PLUGIN_VERSION_2X = 2.3.2
13- ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha5
13+ ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha7
1414BINTRAY_PLUGIN_VERSION = 1.7.3
1515
1616# Dependency versions
1717SEMVER_VERSION = 0.9.0
18- JUNIT_PLATFORM_VERSION = 1.0.0-M5
18+ JUNIT_PLATFORM_VERSION = 1.0.0-M6
1919
2020JUNIT4_VERSION = 4.12
2121SPOCK_VERSION = 1.0-groovy-2.4
You can’t perform that action at this time.
0 commit comments