Skip to content

Add root-level build.gradle to resolve shared plugins across projects - #409

Merged
leandrumartin merged 1 commit into
mainfrom
408-fix-gradle-build-issue-in-ides
Oct 20, 2025
Merged

Add root-level build.gradle to resolve shared plugins across projects#409
leandrumartin merged 1 commit into
mainfrom
408-fix-gradle-build-issue-in-ides

Conversation

@leandrumartin

Copy link
Copy Markdown
Collaborator

Pull Request Summary

A build.gradle file in the project root was added. This solves the problem, which was of duplicate plugin usage, since both the pi4micronaut-utils and components projects share some plugins in their Gradle configurations. IDEs now build it right, and all previous manual building works the same.

PR Checklist

Detailed Description

IDEA and VS Code now do their internal Gradle syncing/building sucessfully. ./gradlew build still works as before in the project root, in pi4micronaut-utils, and in components.

@leandrumartin leandrumartin linked an issue Oct 20, 2025 that may be closed by this pull request
@leandrumartin
leandrumartin requested a review from Copilot October 20, 2025 03:37

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.

Copilot wasn't able to review any files in this pull request.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@leandrumartin
leandrumartin merged commit 80c27eb into main Oct 20, 2025
8 of 9 checks passed
@leandrumartin
leandrumartin deleted the 408-fix-gradle-build-issue-in-ides branch October 20, 2025 03:40
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.

Fix Gradle build issue in IDEs

2 participants