Commit c21bad2
Marcel Schnelle
Big overhaul to the way classpath setup works in this plugin
* Instead of trying to replicate whatever magic the Android Plugin applies,
simply leverage its power & share the classpath of the default unit tests
* Moved away from JUnit 5's Gradle Plugin a little more by removing
the inheritance from its Java-based plugin
* Moved setup of the JUnit 5 test tasks to their own class, using an
initialization approach not unlike the AGP's, with ConfigAction
* Repackaged classes1 parent aa34dcc commit c21bad2
File tree
11 files changed
+381
-404
lines changed- android-junit5
- src
- main
- groovy/de/mannodermaus/gradle
- anj5
- plugins/android_junit5
- resources/META-INF/gradle-plugins
- testAgp2x/groovy/de/mannodermaus/gradle/plugins/android_junit5
- testAgp3x/groovy/de/mannodermaus/gradle/plugins/android_junit5
- test/groovy/de/mannodermaus/gradle/plugins/android_junit5
11 files changed
+381
-404
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 0 additions & 324 deletions
This file was deleted.
0 commit comments