We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1ff9a commit 45be5a6Copy full SHA for 45be5a6
update-verification-metadata/default.nix
@@ -1,10 +1,8 @@
1
{
2
- pkgs,
3
python3,
4
git,
5
writeShellApplication,
6
-}: {
7
- gradle ? pkgs.gradle,
+ gradle,
8
updateAction ? "dependencies",
9
cmd ? "gradle --refresh-dependencies --write-verification-metadata sha256 ${updateAction}",
10
verificationFile ? "gradle/verification-metadata.xml",
0 commit comments