Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created May 17, 2019 10:16
Show Gist options
  • Save cdsap/b933d4011ce2793511a97f5b84a13be5 to your computer and use it in GitHub Desktop.
Save cdsap/b933d4011ce2793511a97f5b84a13be5 to your computer and use it in GitHub Desktop.
build.gradle
tasks.register("md5", CreateMD5) {
destination = file("${buildDir}/md5")
source file("src/main/java")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment