Update file build.gradle

This commit is contained in:
Kewbit 2024-12-16 03:28:04 +00:00
parent 264cb5f0ac
commit 0e681595ee

View file

@ -787,6 +787,9 @@ configure(project(':statsnode')) {
}
configure(project(':daemon')) {
apply plugin: 'com.github.johnrengelman.shadow'
mainClassName = 'haveno.daemon.app.HavenoDaemonMain'
dependencies {