Avoid jar bloat during shadow building
This commit is contained in:
parent
6863243d49
commit
126d8e5d05
8 changed files with 26 additions and 26 deletions
|
|
@ -12,6 +12,6 @@ dependencies {
|
|||
implementation project(':bukkit-helper')
|
||||
implementation project(':dynmap-api')
|
||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.19-R0.1-SNAPSHOT'
|
||||
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19-R0.1-SNAPSHOT'
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.19-R0.1-SNAPSHOT'
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.19-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue