Update file build.gradle
This commit is contained in:
parent
264cb5f0ac
commit
5034f3f959
1 changed files with 4 additions and 0 deletions
|
@ -787,6 +787,10 @@ configure(project(':statsnode')) {
|
|||
}
|
||||
|
||||
configure(project(':daemon')) {
|
||||
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'application'
|
||||
|
||||
mainClassName = 'haveno.daemon.app.HavenoDaemonMain'
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue