Cleanup dependencies
This commit is contained in:
parent
3f7dcc6ab1
commit
14fe1bfdf1
10 changed files with 15 additions and 8 deletions
1
bukkit-helper-113/bin/.gitignore
vendored
Normal file
1
bukkit-helper-113/bin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/main/
|
||||
|
|
@ -3,8 +3,8 @@ description = 'bukkit-helper-1.13'
|
|||
|
||||
dependencies {
|
||||
compile project(':bukkit-helper')
|
||||
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
|
||||
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
|
||||
compile project(path: ':dynmap-api', configuration: 'shadow')
|
||||
compile project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.13-R0.1-SNAPSHOT'
|
||||
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.13-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue