Cleanup dependencies
This commit is contained in:
parent
3f7dcc6ab1
commit
14fe1bfdf1
10 changed files with 15 additions and 8 deletions
1
bukkit-helper/.gitignore
vendored
1
bukkit-helper/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/target/
|
||||
/build/
|
||||
/bin/
|
||||
|
|
|
|||
1
bukkit-helper/bin/.gitignore
vendored
Normal file
1
bukkit-helper/bin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/main/
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
description = 'bukkit-helper'
|
||||
|
||||
dependencies {
|
||||
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.7.10-R0.1-SNAPSHOT'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue