Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Issues/177: Update Gradle internal api implementation #231

Closed
wants to merge 4 commits into from

Conversation

mr-archano
Copy link
Contributor

This PR fixes #177

After some discussion we realised that providing a solution to #177 that is not relying on the use of a Gradle internal API is simply not viable, as we would need to basically duplicate the functionality provided by that same API, as the generation of the correct POM descriptor including scopes and excluding rules for each of the dependencies is more complicated than anticipated.
After a chat with a couple of colleagues and after a catchup with @eriwen we decided to make our plugin to use the updated Gradle internal API (SoftwareComponentInternal, more info at #112), which will force this plugin to bump the minimum Gradle version supported to 4.5 (totally acceptable in real-world projects, considering also that the latest Gradle version at the moment is 4.10.2).

@mr-archano mr-archano reopened this Oct 15, 2018
@hal9002 hal9002 closed this Oct 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants