Commit ca119e9
committed
Migrate buildSrc to conventions directory
- Migrate all convention plugins from buildSrc/ to conventions/
- Remove buildSrc directory to align with upstream OpenTelemetry
- Update settings.gradle.kts to use includeBuild("conventions")
- Update .gitignore to ignore conventions/.gradle and .kotlin
- Add Gradle alignment plan documentation
This follows the upstream pattern of separating pure build logic
(conventions/) from compiled plugins (gradle-plugins/ - to be added
in future PR). Conventions are included as a composite build.1 parent cbafd8d commit ca119e9
16 files changed
Lines changed: 4 additions & 7 deletions
File tree
- conventions
- src/main/kotlin
- com/microsoft/applicationinsights/gradle
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments