Add shadow plugin

This commit is contained in:
chimp1984 2020-10-15 23:32:37 -05:00
parent 21bd85c488
commit aa812ba7f1
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -596,6 +596,8 @@ configure(project(':daemon')) {
}
configure(project(':inventory')) {
apply plugin: 'com.github.johnrengelman.shadow'
mainClassName = 'bisq.inventory.InventoryMonitorMain'
dependencies {