mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Fix broken mainClassName in relay
This commit is contained in:
parent
1a0b01770c
commit
b857e5d94a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
mainClassName = 'bisq.monitor.MonitorMain'
|
||||
mainClassName = 'bisq.relay.RelayMain'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
|
Loading…
Add table
Reference in a new issue