mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +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'
|
compileTestJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
mainClassName = 'wallettemplate.Main'
|
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