diff --git a/fabric/build.gradle b/fabric/build.gradle index 35209f7b..d5c04ead 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -24,12 +24,13 @@ dependencies { implementation include('org.apache.commons:commons-pool2:2.12.1') // Include driver deps due to no runtime dep loading support - implementation include('org.apache.commons:commons-pool2:2.12.1') implementation include("com.mysql:mysql-connector-j:$mysql_driver_version") implementation include("org.postgresql:postgresql:$postgres_driver_version") implementation include("org.mariadb.jdbc:mariadb-java-client:$mariadb_driver_version") - implementation include("redis.clients:jedis:$jedis_version") implementation include("org.xerial.snappy:snappy-java:$snappy_version") + implementation include("redis.clients:jedis:$jedis_version") + implementation include("redis.clients.authentication:redis-authx-core:0.1.1-beta2") // Redis dep + implementation include('org.apache.commons:commons-pool2:2.12.1') // Redis dep compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'org.jetbrains:annotations:26.0.2' diff --git a/gradle.properties b/gradle.properties index 64cb2dfe..d0ca0df4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=true javaVersion=21 # Plugin metadata -plugin_version=3.8.2 +plugin_version=3.8.3 plugin_archive=husksync plugin_description=A modern, cross-server player data synchronization system