*Fix compile
This commit is contained in:
parent
67f6f11bde
commit
951a6a88b9
@ -34,7 +34,6 @@ processResources {
|
||||
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
// We only want the shadow jar produced
|
||||
jar.enabled = false
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency(':core'))
|
||||
|
@ -1,6 +1,5 @@
|
||||
dependencies {
|
||||
compile project(':bukkit')
|
||||
compile 'org.bukkit.craftbukkit:CraftBukkit:1.8.8'
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
Loading…
Reference in New Issue
Block a user