Minor: Fix comment in resolve-dependencies.gradle.kts

This commit is contained in:
Vyacheslav Gerasimov
2023-10-12 21:23:54 +02:00
committed by Space Team
parent 350ee4be1d
commit 453da6af27
@@ -6,10 +6,10 @@ import org.spdx.sbom.gradle.SpdxSbomExtension
/*
* When called with `--write-verification-metadata` resolves all build dependencies including implicit dependecies for all platforms and
* dependencies downloaded by plugins. Usefull to populate Gradle dependency cache or update `verification-metadata.xml` properly.
* When called with `--write-verification-metadata` resolves all build dependencies including implicit dependencies for all platforms and
* dependencies downloaded by plugins. Useful to populate Gradle dependency cache or update `verification-metadata.xml` properly.
*
* `./gradlew resolveDependencies --write-verification-metadata md5,sha256`
* `./gradlew resolveDependencies --write-verification-metadata md5,sha256 -Pkotlin.native.enabled=true`
*/
tasks.register("resolveDependencies") {
doFirst {