Commit d2905c0
Marcel Schnelle
Remove JavaExec-based tasks, migrate to native Gradle API (#101)
* Remove custom test tasks & move to configuration of existing unit tests instead
* Finished migration of test code to the native test tasks
* Remove more unnecessary stuff
* Update to Kotlin 1.2.51
* Migrate from old DSL (junit-platform-gradle-plugin) to native DSL for tag & engine declarations
* Remove custom dependency handlers & other hand-holding techniques for backwards compatibility
* Remove deprecated junit-platform-gradle-plugin from project1 parent 34f2a2f commit d2905c0
File tree
25 files changed
+303
-2051
lines changed- android-junit5-embedded-runtime
- libs
- android-junit5-tests
- src/test
- groovy/de/mannodermaus/gradle/plugins/junit5
- kotlin/de/mannodermaus/gradle/plugins/junit5
- util
- android-junit5
- src/main
- kotlin/de/mannodermaus/gradle/plugins/junit5
- internal
- tasks
- resources/de/mannodermaus/gradle/plugins/junit5
- gradle/wrapper
- instrumentation
25 files changed
+303
-2051
lines changedThis file was deleted.
This file was deleted.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 55 | + | |
| 56 | + | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
| |||
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
111 | | - | |
| 106 | + | |
112 | 107 | | |
0 commit comments