Skip to content

Modernize plugin with Gradle recommended practices#33

Merged
rpalcolea merged 5 commits intomainfrom
plugin-improvements
Dec 2, 2025
Merged

Modernize plugin with Gradle recommended practices#33
rpalcolea merged 5 commits intomainfrom
plugin-improvements

Conversation

@rpalcolea
Copy link
Member

  • Replace deprecated ConfigureUtil with Action<T> overloads
  • Remove mutable plugin instance state, add deprecated getters for compatibility
  • Add lazy caching for contact resolution (eliminates repeated project hierarchy traversal)
  • Introduce explicit contact() API for better IDE support and performance
  • Remove dead code and unused fields

@rpalcolea rpalcolea merged commit bf25160 into main Dec 2, 2025
4 checks passed
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