-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
There are shaded dependencies in gradle-docker-plugin. If in the build gradle script in project there is another gradle plugin or something in buildscript classpath, that uses, for example, docker-java-api, which is shaded in the gradle-docker-plugin, some conflict among dependencies could happen.
Expected Behavior
There is no shaded dependencies in your plugin. If some conflicts happened, it would be possible to resolve via standard gradle tools.
Current Behavior
Now in case of conflicts between shaded dependencies from plugin and another sources from class path, there is no way to resolve it.
Context
Get stuk with current development of my project.
Steps to Reproduce (for bugs)
Your Environment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels