mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
build.gradle: Remove redundant wallet_template Gradle task.
This commit is contained in:
parent
3538d3342e
commit
c18cf90a8e
1 changed files with 0 additions and 4 deletions
|
@ -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') {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue