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

Because dependencies are "transitive" in the global context because they're depended on by a project, we need to ensure that anything a project directly depends on is not excluded from...

It looks like dependencyLock.useGeneratedLock didn't have any effect. Moreover the test code which covered that feature had invalid assertions which would be true even if the generated lock file wasn't...

In Gradle 7.1, `org.gradle.util.NameMatcher` has been soft deprecated (`@Deprecated` annotation). For Gradle 7.6 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Dependency Lock...

Note: this seems to be fixed already in 11.2.0, but is a problem for 8.8.0, 9.4.1 and 10.1.0. I'm trying to upgrade the Guava version used by Gradle itself, and...

Hi, We have a project using a very old version of dependency lock(v.4.9.5) with Gradle 5.6.x. In v4.9.5 and Gradle 5.6 the `generateLock` generate multiple configuration lock like `compile`/`runtime`/`testCompile `/`testRuntime`...etc...

Is there a way to get `commitLock` to work in a subfolder of a git project? The root project is not gradle, but a sub folder contains a gradle project....

After migrating to Gradle 4.9 I started getting the issue I mentioned above. Environment: Gradle Version: 4.9 and 4.8 Nebula Version: 6.0.0 Android Gradle Plugin: 3.1.0 The issue occurs when...

Running `updateLock` with no parameters places a new lock file in the build directory (running `generateLock`). It'd be more intuitive for users of other dependency management systems if this also...

In a multi-module project where one module depends on another, the sibling dependencies are included in the dependencies.lock and are always locked even if the filter would exclude it. dependencyFilter...