Skip to content

Commit 191c384

Browse files
committed
Prepare plugin 1.8.0.0 release
1 parent c1c7fcf commit 191c384

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object Artifacts {
8181
platform = Java,
8282
groupId = "de.mannodermaus.gradle.plugins",
8383
artifactId = "android-junit5",
84-
currentVersion = "1.8.0.0-SNAPSHOT",
84+
currentVersion = "1.8.0.0",
8585
latestStableVersion = "1.7.1.1",
8686
license = license,
8787
description = "Unit Testing with JUnit 5 for Android."

plugin/android-junit5/src/test/kotlin/de/mannodermaus/gradle/plugins/junit5/plugin/AgpFilterTests.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ interface AgpFilterTests : AgpVariantAwareTests {
9494

9595
return listOf(
9696
dynamicTest("apply freeDebug filters correctly") {
97-
println("STARTOOOOOOO ----------")
9897
val task = project.tasks.get<Test>("testFreeDebugUnitTest")
9998
assertThat(task.junitPlatformOptions.includeTags)
10099
.containsAtLeast("global-include-tag", "freeDebug-include-tag")

0 commit comments

Comments
 (0)