1.14 supported
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '4.0.4'
|
||||
}
|
||||
group = 'me.skymc'
|
||||
version = '4.84'
|
||||
version = '4.85'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
@@ -27,6 +27,7 @@ dependencies {
|
||||
exclude(module: 'slf4j-log4j12')
|
||||
exclude(module: 'log4j')
|
||||
}
|
||||
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8'
|
||||
shadow group: 'com.zaxxer', name: 'HikariCP', version: '3.1.0'
|
||||
shadow group: 'org.javalite', name: 'activejdbc', version: '2.0'
|
||||
compile group: 'org.ow2.asm', name: 'asm', version: '7.0-beta'
|
||||
|
||||
Reference in New Issue
Block a user