Commit f46acc1
committed
Use proper Gradle Property injection + extract tasks into classes
- SettingsExtension: abstract class with @Inject, Property<String>, Property<Boolean>
- Conventions set after creation (outputDir, autoGenerate)
- Extract ContextTask and CleanTask into task/ package
- SettingsPlugin is now thin — just registers tasks
- Matches wrkx architecture pattern1 parent 023627f commit f46acc1
19 files changed
Lines changed: 1079 additions & 900 deletions
File tree
- src
- main/kotlin/zone/clanker/gradle/srcx
- analysis
- report
- scan
- task
- slopTest/kotlin/zone/clanker/gradle/srcx
- test/kotlin/zone/clanker/gradle/srcx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments