From c18cf90a8e76b77a7780846ae876fc1fb3b74a32 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sat, 6 Apr 2019 13:45:51 -0700 Subject: [PATCH] build.gradle: Remove redundant wallet_template Gradle task. --- wallettemplate/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wallettemplate/build.gradle b/wallettemplate/build.gradle index 1296b726a..586df14b9 100644 --- a/wallettemplate/build.gradle +++ b/wallettemplate/build.gradle @@ -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') { -}