Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
5034f3f959 |
1 changed files with 4 additions and 0 deletions
|
@ -787,6 +787,10 @@ configure(project(':statsnode')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
configure(project(':daemon')) {
|
configure(project(':daemon')) {
|
||||||
|
|
||||||
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
apply plugin: 'application'
|
||||||
|
|
||||||
mainClassName = 'haveno.daemon.app.HavenoDaemonMain'
|
mainClassName = 'haveno.daemon.app.HavenoDaemonMain'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue