We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependencyGuard
Current behaviour:
Option 1: Add separate task generateDependencyGuard that create a files in modules where we don't have already generated files.
generateDependencyGuard
Possible behaviour:
Bottomline: We have dependencyGuard dependencyGuardBaseline Will have dependencyGuardGenerate dependencyGuard dependencyGuardBaseline
dependencyGuardBaseline
dependencyGuardGenerate
for inspiration https://github.com/nebula-plugins/gradle-dependency-lock-plugin/wiki/Usage#tasks-provided gradle-dependency-lock-plugin has: generate, save, update, commit operations.
gradle-dependency-lock-plugin
I could contribute If you like my idea.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behaviour:
dependencyGuard
call.dependencyGuard
at CI will generated this file each time.Option 1:
Add separate task
generateDependencyGuard
that create a files in modules where we don't have already generated files.Possible behaviour:
dependencyGuard
call.dependencyGuard
will fail for this module.Bottomline:
We have
dependencyGuard
dependencyGuardBaseline
Will have
dependencyGuardGenerate
dependencyGuard
dependencyGuardBaseline
for inspiration https://github.com/nebula-plugins/gradle-dependency-lock-plugin/wiki/Usage#tasks-provided
gradle-dependency-lock-plugin
has: generate, save, update, commit operations.I could contribute If you like my idea.
The text was updated successfully, but these errors were encountered: