Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move convention plugins from buildSrc to an included build-logic project #1016

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

RBusarow
Copy link
Collaborator

@RBusarow RBusarow commented Jun 9, 2023

This decouples the convention plugins' build classpath from the main project's, which makes navigating Gradle/Kotlin/Compose/KSP upgrades a little easier.

Unfortunately, an included build doesn't get the same special treatment during classloading that buildSrc does, so convention plugins must be applied via id("my-convention") instead of just their name.

@RBusarow RBusarow requested review from a team and zach-klippenstein as code owners June 9, 2023 20:09
…project

This decouples the convention plugins' build classpath from the main project's, which makes navigating Gradle/Kotlin/Compose/KSP upgrades a little easier.

Unfortunately, an included build doesn't get the same special treatment during classloading that `buildSrc` does, so convention plugins must be applied via `id("my-convention")` instead of just their name.
@RBusarow RBusarow force-pushed the rick/build-logic_conventions branch from 67a7177 to ec36342 Compare June 9, 2023 20:17
@RBusarow RBusarow merged commit dad9819 into main Jun 9, 2023
@RBusarow RBusarow deleted the rick/build-logic_conventions branch June 9, 2023 22:41
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.

2 participants