gradle-baseline icon indicating copy to clipboard operation
gradle-baseline copied to clipboard

Create writeClasspathUniquenessLock task that can be used instead of --write-locks

Open ash211 opened this issue 11 months ago • 0 comments

What happened?

Users want to run a specific command to update just the classpath uniqueness lock file, instead of --write-locks which updates all files.

What did you want to happen?

The same way that https://github.com/palantir/gradle-consistent-versions/pull/723 added gw writeVersionsLock to update just versions.lock, this issue is for a task named something like gw writeClasspathUniquenessLock to update just baseline-class-uniqueness.lock.

ash211 avatar Mar 08 '24 16:03 ash211