Minor: add bash language to dependency verification block

This commit is contained in:
Nikolay Krasko
2023-01-26 13:31:37 +01:00
parent c2232dc789
commit f87c5cf166
+3 -1
View File
@@ -132,7 +132,9 @@ to perform such updates:
- Use auto-generation for getting an initial list of new hashes (verify updates relate to you changes).
`./gradlew -i --write-verification-metadata sha256,md5 -Pkotlin.native.enabled=true help`
```bash
./gradlew -i --write-verification-metadata sha256,md5 -Pkotlin.native.enabled=true help
```
*(any other task may be used instead of `help`)*