build.gradle: Remove redundant wallet_template Gradle task.

This commit is contained in:
Sean Gilligan 2019-04-06 13:45:51 -07:00 committed by Andreas Schildbach
parent 3538d3342e
commit c18cf90a8e

View file

@ -25,7 +25,3 @@ compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'
mainClassName = 'wallettemplate.Main'
// task wallet_template can be replaced with the 'run' task
task wallet_template(dependsOn: 'run') {
}