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