Skip to content

Align Gradle with upstream: Migrate buildSrc to conventions directory#4611

Open
trask wants to merge 1 commit intomainfrom
gradle-conventions
Open

Align Gradle with upstream: Migrate buildSrc to conventions directory#4611
trask wants to merge 1 commit intomainfrom
gradle-conventions

Conversation

@trask
Copy link
Member

@trask trask commented Feb 5, 2026

  • 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.

- 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.
@trask trask changed the title Migrate buildSrc to conventions directory Align Gradle configuration with upstream: Migrate buildSrc to conventions directory Feb 5, 2026
@trask trask changed the title Align Gradle configuration with upstream: Migrate buildSrc to conventions directory Align Gradle with upstream: Migrate buildSrc to conventions directory Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant