Merge DynmapCoreAPI into common gradle build
This commit is contained in:
parent
2c3730a4f2
commit
be990f8be4
4439 changed files with 2917 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ dependencies {
|
|||
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compile 'com.nijikokun.bukkit:Permissions:3.1.6'
|
||||
compile project(path: ":dynmap-api", configuration: "shadow")
|
||||
compile project(path: ":dynmap-core", configuration: "shadow")
|
||||
compile project(path: ":DynmapCore", configuration: "shadow")
|
||||
compile group: 'ru.tehkode', name: 'PermissionsEx', version:'1.19.1'
|
||||
compile group: 'de.bananaco', name: 'bPermissions', version:'2.9.1'
|
||||
compile group: 'com.platymuus.bukkit.permissions', name: 'PermissionsBukkit', version:'1.6'
|
||||
|
|
@ -39,7 +39,7 @@ shadowJar {
|
|||
dependencies {
|
||||
include(dependency('org.bstats::'))
|
||||
include(dependency(':dynmap-api'))
|
||||
include(dependency(":dynmap-core"))
|
||||
include(dependency(":DynmapCore"))
|
||||
include(dependency(':bukkit-helper'))
|
||||
include(dependency(':bukkit-helper-113'))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue