Commit 870c1ce
authored
Migration to Kotlin & More Development (#30)
* Move Kotlin plugin dependency into the general buildscript
* Initial migration of the plugin's bulk to Kotlin
* Cleanup, Groovy-Kotlin interop, tests etc.
* Move to an underscore-less package
* Progress with moving to distinct test modules
* Finalize segmented testing through Gradle
* Separated Run Configurations for test modules
* Unify deployment scripts into a single file, shared by deployed modules
* Parity of per-test logging in Sample tests
* no message
* Code Style
* Lint & Removal of superfluous dependencies
* Migrated Jacoco extension to Kotlin
* Migrated over the remaining portions of the code that don't have to stay in Groovy
* Kotlinify buildSrc task1 parent 2bf3ac5 commit 870c1ce
File tree
54 files changed
+1684
-1171
lines changed- .idea/runConfigurations
- android-junit5-embedded-runtime
- android-junit5
- src/main
- groovy/de/mannodermaus/gradle/plugins
- android_junit5
- jacoco
- kotlin
- junit5
- kotlin/de/mannodermaus/gradle/plugins/junit5
- tasks
- resources/de/mannodermaus/gradle/plugins/junit5
- buildSrc
- src/main/kotlin/de/mannodermaus/gradle/plugins/junit5
- gradle
- wrapper
- sample
- src/main
- tests
- testAgp2x
- src/test/groovy/de/mannodermaus/gradle/plugins/junit5
- testAgp3x
- src/test/groovy/de/mannodermaus/gradle/plugins/junit5
- testCommon
- src/test
- groovy/de/mannodermaus/gradle/plugins/junit5
- util
- kotlin/de/mannodermaus/gradle/plugins/junit5
- resources/de/mannodermaus/gradle/plugins/junit5
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+1684
-1171
lines changedLines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments