|
|
|
@ -2,16 +2,16 @@ dependencies {
|
|
|
|
|
implementation 'commons-io:commons-io:2.11.0'
|
|
|
|
|
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
|
|
|
|
|
implementation 'net.kyori:adventure-api:4.11.0'
|
|
|
|
|
implementation 'com.google.code.gson:gson:2.10'
|
|
|
|
|
implementation 'com.google.code.gson:gson:2.10.1'
|
|
|
|
|
implementation 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
|
implementation 'net.william278:Annotaml:2.0'
|
|
|
|
|
implementation 'net.william278:Annotaml:2.0.1'
|
|
|
|
|
implementation 'net.william278:DesertWell:1.1'
|
|
|
|
|
implementation 'net.william278:PagineDown:1.1'
|
|
|
|
|
implementation('com.zaxxer:HikariCP:5.0.1') {
|
|
|
|
|
exclude module: 'slf4j-api'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
|
|
|
|
compileOnly 'org.jetbrains:annotations:24.0.0'
|
|
|
|
|
compileOnly 'com.github.plan-player-analytics:Plan:5.4.1690'
|
|
|
|
|
compileOnly 'redis.clients:jedis:' + jedis_version
|
|
|
|
|
compileOnly 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|
@ -23,7 +23,7 @@ dependencies {
|
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|
|
testImplementation 'org.apache.commons:commons-text:' + commons_text_version
|
|
|
|
|
testCompileOnly 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
|
testCompileOnly 'org.jetbrains:annotations:23.0.0'
|
|
|
|
|
testCompileOnly 'org.jetbrains:annotations:24.0.0'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
shadowJar {
|
|
|
|
|