Package: mockito / 2.23.0-1

11-disable-junit-jupiter-support.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Disable JUnit 5 support
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/settings.gradle
+++ b/settings.gradle
@@ -3,7 +3,6 @@
 include 'extTest'
 include 'kotlinTest'
 include 'kotlinReleaseCoroutinesTest'
-include 'junit-jupiter'
 include 'junitJupiterExtensionTest'
 
 rootProject.name = 'mockito'