Fix spigot jar shading
This commit is contained in:
parent
b2f04ce112
commit
e0c02b1fc0
3 changed files with 17 additions and 17 deletions
|
|
@ -9,8 +9,8 @@ eclipse {
|
|||
description = "dynmap-api"
|
||||
|
||||
dependencies {
|
||||
implementation group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
implementation project(":DynmapCoreAPI")
|
||||
compileOnly group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compileOnly project(":DynmapCoreAPI")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue