Skip to content

Commit a0152b3

Browse files
author
Marcel Schnelle
committed
Updated to Android Gradle Plugin 3x-alpha5 & prepared M5 release
1 parent 16125ff commit a0152b3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class AndroidJUnit5Test extends JavaExec {
175175

176176
private List<String> buildArgs(project, junitExtension, reportsDir, testRootDirs) {
177177

178-
def args = ['--hide-details']
178+
def args = ['--details tree']
179179

180180
addSelectors(project, junitExtension.selectors, testRootDirs, args)
181181
addFilters(junitExtension.filters, args)

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

Lines changed: 3 additions & 3 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-M4"
12+
private static final String PLATFORM_VERSION = "1.0.0-M5"
1313

1414
AndroidJUnitPlatformExtension(Project project) {
1515
super(project)
@@ -21,12 +21,12 @@ class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
2121
*
2222
* Defaults to {@code '5.0.0-M4'}.
2323
*/
24-
String jupiterVersion = '5.0.0-M4'
24+
String jupiterVersion = '5.0.0-M5'
2525

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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ VCS_URL = https://github.com/aurae/android-junit5
99

1010
# Dependency versions (plugins)
1111
ANDROID_PLUGIN_VERSION_2X = 2.3.2
12-
ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha3
12+
ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha5
1313
BINTRAY_PLUGIN_VERSION = 1.3.1
1414

1515
# Dependency versions
1616
SEMVER_VERSION = 0.9.0
17-
JUNIT_PLATFORM_VERSION = 1.0.0-M4
17+
JUNIT_PLATFORM_VERSION = 1.0.0-M5
1818

1919
JUNIT4_VERSION = 4.12
2020
SPOCK_VERSION = 1.0-groovy-2.4

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-rc-1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-bin.zip

0 commit comments

Comments
 (0)