Merge DynmapCoreAPI into common gradle build
This commit is contained in:
parent
805a7aa799
commit
1de0f66230
4439 changed files with 2917 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ description = "dynmap-api"
|
|||
|
||||
dependencies {
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compile "us.dynmap:DynmapCoreAPI:${project.version}"
|
||||
compile project(":DynmapCoreAPI")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
@ -12,7 +12,7 @@ jar {
|
|||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency("us.dynmap:DynmapCoreAPI:"))
|
||||
include(dependency(":DynmapCoreAPI"))
|
||||
}
|
||||
destinationDir = file '../target'
|
||||
classifier = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue