mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Add shadow plugin
This commit is contained in:
parent
21bd85c488
commit
aa812ba7f1
1 changed files with 2 additions and 0 deletions
|
@ -596,6 +596,8 @@ configure(project(':daemon')) {
|
|||
}
|
||||
|
||||
configure(project(':inventory')) {
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
mainClassName = 'bisq.inventory.InventoryMonitorMain'
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue