Skip to content

convention plugin#831

Merged
benckx merged 3 commits into
masterfrom
convention-plugin
Jul 13, 2026
Merged

convention plugin#831
benckx merged 3 commits into
masterfrom
convention-plugin

Conversation

@benckx

@benckx benckx commented Jul 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

@benckx benckx self-assigned this Jul 13, 2026
@benckx
benckx requested a review from Copilot July 13, 2026 07:43
@benckx benckx changed the title convension plugin convention plugin Jul 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a buildSrc module to host Gradle Kotlin DSL helper functions, and updates the root build script to rely directly on the libs version-catalog accessors. This centralizes build-logic helpers and removes ad-hoc buildscript aliases.

Changes:

  • Added buildSrc with the kotlin-dsl plugin and mavenCentral() repository.
  • Moved dependency helper extensions (api, implementation, compileOnly, testImplementation) out of build.gradle.kts into buildSrc.
  • Replaced rootLibs alias usage with direct libs usage throughout the root build script.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
buildSrc/src/main/kotlin/DependencyHelpers.kt Adds shared dependency-DSL helper extensions for use across build scripts.
buildSrc/build.gradle.kts Defines the buildSrc build (kotlin-dsl + repositories) so helper code is compiled and available.
build.gradle.kts Removes inline helper functions/alias and switches dependency references to libs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@benckx
benckx merged commit 5029db3 into master Jul 13, 2026
2 checks passed
@benckx
benckx deleted the convention-plugin branch July 13, 2026 08:03
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