Created
May 17, 2019 10:16
-
-
Save cdsap/b933d4011ce2793511a97f5b84a13be5 to your computer and use it in GitHub Desktop.
build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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