org.gradle.crypto.checksum
Owner: Gradle
Create checksums for files in your build.
https://github.com/gradle/gradle-checksum
Sources: https://github.com/gradle/gradle-checksum
Version 1.4.0 (latest)
1.4.0
Created 14 February 2022.
Create checksums for files in your build.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.crypto.checksum") version "1.4.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.gradle.crypto:checksum:1.4.0") } } apply(plugin = "org.gradle.crypto.checksum")
- Applying plugins to all subprojects .