nebula-plugins / gradle-dependency-lock-plugin

A plugin to allow people using dynamic dependency versions to lock them to specific versions.
Apache License 2.0
292 stars 42 forks source link

CommitLockTask support for SCMs other than Git #270

Open Cdevon2 opened 3 months ago

Cdevon2 commented 3 months ago

With the changes introduced in 14.0.0 (See #249), support was removed for committing lock files to SCMs other than Git. We have been using the SCMFactory workflow to allow for Subversion support, however it looks like Subversion support is not available after 14.0.0.

Is there a plan to reintroduce support for other SCMs? If not, I request that the documentation indicate that only git is supported.