Compare commits

...

1 commit

Author SHA1 Message Date
5034f3f959 Update file build.gradle 2024-12-16 03:35:32 +00:00

View file

@ -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 {