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

Executing commitLock in subfolder (not root scm)

Open tlmurphy opened this issue 6 years ago • 1 comments

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. This sub folder does not contain a .git folder. Currently getting RepositoryNotFoundException due to not being in the directory of the .git folder I'm guessing.

rootProj/
  .git/
  subFolder/
    build.gradle
    build/
      dependencies.lock

tlmurphy avatar Oct 14 '19 19:10 tlmurphy

Do we have a resolution for this yet?

ravinatesan avatar Mar 27 '20 16:03 ravinatesan