gradle-dependency-lock-plugin icon indicating copy to clipboard operation
gradle-dependency-lock-plugin copied to clipboard

A plugin to allow people using dynamic dependency versions to lock them to specific versions.

Results 27 gradle-dependency-lock-plugin issues
Sort by recently updated
recently updated
newest added

It seems that if a dependency is specified in the rootProject, it isn't recognized by the dependency-lock-plugin. I have created a minimal example project to illustrate: https://github.com/islandsvinur/nebula-dependency-lock-failure I'm using Mockito...

I am looking for available options for dependency locking and came across this today and looks interesting. I am playing around with this and got into below issue. We got...

The `dependencyLock.useGeneratedLock` project property does not have any effect. Moreover the test code which covered that feature had invalid assertions which would be true even if the generated lock file...

Move the text description and examples of the defaults for the dependencyLock extension to be in table form to hopefully convey what to do better. We're seeing people copy and...

Here's the scenario: A project has a direct dependency and a transitive dependency. They are both locked to a specific version in the project's lock file. I run gradle with...

It's probably just me, but I'm finding it hard to understand exactly what this plugin does. I think it might help with a particular problem I've got, but right now,...

question

As requested in https://github.com/nebula-plugins/gradle-dependency-lock-plugin/issues/53, here's a failing test case showing the issue.

Currently, the README links to an old(?) gradle plugin [page](https://plugins.gradle.org/plugin/nebula.dependency-lock) where the latest version is `12.7.1`. I assume this link should instead point here: https://plugins.gradle.org/plugin/com.netflix.nebula.dependency-lock

@rpalcolea Seems like a regression issue introduced with v14.1.0, rather than an intentional change?

In Gradle 7.4, [`org.gradle.api.execution.TaskExecutionListener`](https://docs.gradle.org/7.4/javadoc/org/gradle/api/execution/TaskExecutionListener.html) has been soft deprecated (`@Deprecated` annotation). For Gradle 8.3 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Dependency Lock...