Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nebula.dependency-lock plugin is broken with Gradle 4.4 #3798

Closed
bigdaz opened this issue Dec 13, 2017 · 0 comments
Closed

nebula.dependency-lock plugin is broken with Gradle 4.4 #3798

bigdaz opened this issue Dec 13, 2017 · 0 comments
Assignees
Milestone

Comments

@bigdaz
Copy link
Member

bigdaz commented Dec 13, 2017

The plugin nebula.dependency-lock:4.9.5 was broken by 2 changes in 4.4:

  • A method was added to ModuleVersionSelector which is public API: the plugin implements this method.
  • A constructor was removed from DefaultModuleVersionSelector: this constructor is internal.

Expected Behavior

A build using nebula.dependency-lock will work with Gradle 4.4.

Current Behavior

If a build applying nebula.dependency-lock has an existing lock file, that build will fail.

Steps to Reproduce (for bugs)

Run ./gradlew dependencies with this project: https://github.com/bigdaz/dependency-lock-failure-4.4

https://e.grdev.net/s/gnm24ozofenqu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants