Skip to content

Commit 667d696

Browse files
author
Marcel Schnelle
authored
Bump libraries to Unit 5.3.1 (#121)
1 parent 77ae23e commit 667d696

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android-junit5/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ task test(overwrite: true) {}
5252
dependencies {
5353
// Language Support
5454
implementation gradleApi()
55-
implementation "org.codehaus.groovy:groovy:$GROOVY_VERSION"
5655
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
5756

5857
// Other Dependencies

gradle.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LICENSE_NAME = Apache-2.0
99
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
1010
PLUGIN_ARTIFACT_ID = android-junit5
1111
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
12-
PLUGIN_VERSION_NAME = 1.3.0.0
13-
PLUGIN_VERSION_NAME_LATEST_STABLE = 1.2.0.0
12+
PLUGIN_VERSION_NAME = 1.3.1.0-SNAPSHOT
13+
PLUGIN_VERSION_NAME_LATEST_STABLE = 1.3.0.0
1414

1515
# Artifact configuration (instrumentation & runner)
1616
INSTRUMENTATION_GROUP_ID = de.mannodermaus.junit5
@@ -32,7 +32,6 @@ ANDROID_MAVEN_PLUGIN_VERSION = 3.6.2
3232
DCENDENTS_MAVEN_PLUGIN_VERSION = 2.1
3333

3434
# Dependency versions (languages)
35-
GROOVY_VERSION = 3.0.0-alpha-3
3635
KOTLIN_VERSION = 1.2.71
3736

3837
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -53,9 +52,9 @@ SAMPLE_MIN_SDK_VERSION = 14
5352
# Dependency versions
5453
STREAMS_BACKPORT_VERSION = 1.2.1
5554
JAVA_SEMVER_VERSION = 0.9.0
56-
JUNIT_PLATFORM_VERSION = 1.3.0
57-
JUNIT_JUPITER_VERSION = 5.3.0
58-
JUNIT_VINTAGE_VERSION = 5.3.0
55+
JUNIT_PLATFORM_VERSION = 1.3.1
56+
JUNIT_JUPITER_VERSION = 5.3.1
57+
JUNIT_VINTAGE_VERSION = 5.3.1
5958
JUNIT4_VERSION = 4.12
6059
JUNIT_PIONEER_VERSION = 0.2.2
6160
SPEK_VERSION = 1.2.1

gradle/deployment.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ project.configure(project) {
178178
if (doBeforePublish != null) {
179179
publish.doFirst doBeforePublish
180180
}
181+
project.tasks.getByName("bintrayUpload").enabled = false
182+
181183
} else {
182184
// Configure deployment of release versions to Bintray
183185
project.artifacts {

0 commit comments

Comments
 (0)