File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
build-logic/src/main/kotlin
plugin/android-junit5/src/test/kotlin/de/mannodermaus/gradle/plugins/junit5/plugin Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments