Cleanup dependencies

This commit is contained in:
Mike Primm 2018-08-12 21:20:56 -05:00
parent 3f7dcc6ab1
commit 14fe1bfdf1
10 changed files with 15 additions and 8 deletions

View file

@ -1,2 +1,3 @@
/target/
/build/
/bin/

1
bukkit-helper/bin/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/main/

View file

@ -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'
}