|
|
@ -1,7 +1,7 @@
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation 'commons-io:commons-io:2.11.0'
|
|
|
|
implementation 'commons-io:commons-io:2.11.0'
|
|
|
|
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
|
|
|
|
implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
|
|
|
|
implementation 'net.kyori:adventure-api:4.11.0'
|
|
|
|
implementation 'net.kyori:adventure-api:4.12.0'
|
|
|
|
implementation 'com.google.code.gson:gson:2.10.1'
|
|
|
|
implementation 'com.google.code.gson:gson:2.10.1'
|
|
|
|
implementation 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
implementation 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
implementation 'net.william278:Annotaml:2.0.1'
|
|
|
|
implementation 'net.william278:Annotaml:2.0.1'
|
|
|
@ -17,7 +17,6 @@ dependencies {
|
|
|
|
compileOnly 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|
compileOnly 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|
compileOnly 'org.apache.commons:commons-text:' + commons_text_version
|
|
|
|
compileOnly 'org.apache.commons:commons-text:' + commons_text_version
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:1.1.8.4'
|
|
|
|
|
|
|
|
testImplementation 'com.github.plan-player-analytics:Plan:5.4.1690'
|
|
|
|
testImplementation 'com.github.plan-player-analytics:Plan:5.4.1690'
|
|
|
|
testImplementation 'redis.clients:jedis:' + jedis_version
|
|
|
|
testImplementation 'redis.clients:jedis:' + jedis_version
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|
testImplementation 'org.xerial.snappy:snappy-java:' + snappy_version
|
|
|
|