More gradle updates
This commit is contained in:
parent
126d8e5d05
commit
dd81ea2d87
9 changed files with 19 additions and 17 deletions
|
|
@ -32,7 +32,9 @@ dependencies {
|
|||
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '2.2.1'
|
||||
compileOnly group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
|
||||
implementation project(':bukkit-helper')
|
||||
implementation(project(':bukkit-helper')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-113-2')) {
|
||||
transitive = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue