mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add mainClassName to common/build.gradle
Fix the following error: A problem was found with the configuration of task ':common:startScripts'. > No value has been specified for property 'mainClassName'.
This commit is contained in:
parent
48c196b5d1
commit
2be4d3d8aa
@ -20,6 +20,8 @@ ext.platform = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'wi
|
||||
group = 'network.bisq'
|
||||
version = '-SNAPSHOT'
|
||||
|
||||
mainClassName = 'bisq.common'
|
||||
|
||||
ext {
|
||||
protobufVersion = '3.5.1'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user