You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformPlugin.groovy
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,6 @@ class AndroidJUnitPlatformPlugin implements Plugin<Project> {
20
20
21
21
staticfinalStringLOG_TAG="[android-junit5]"
22
22
23
-
privatestaticfinalStringVINTAGE_WARNING=
24
-
"AGPBI: {"+
25
-
'"kind":"warning",'+
26
-
'"text":'+"\"$LOG_TAG You don't need to depend on junitVintage() directly anymore!\","+
27
-
'"sources":[{},{}]'+
28
-
'}'
29
-
30
23
staticfinalStringEXTENSION_NAME='junitPlatform'
31
24
32
25
/**
@@ -100,12 +93,6 @@ class AndroidJUnitPlatformPlugin implements Plugin<Project> {
Copy file name to clipboardExpand all lines: android-junit5/src/test/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformSpec.groovy
-39Lines changed: 0 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -243,45 +243,6 @@ abstract class AndroidJUnitPlatformSpec extends Specification {
243
243
p.tasks.getByName("junitPlatformTestPaidRelease")
244
244
}
245
245
246
-
def "show warning if depending on junitVintage() directly"() {
247
-
when:
248
-
Project p = ProjectBuilder.builder().withParent(testRoot).build()
0 commit comments