mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
* refactor: use lombok, separate flight, close #191 * refactor: suppress some warnings * refactor: suppress unused `from` warnings * refactor: correct bad null-annotations on Items * refactor: fix null annotation on `getStack` * refactor: override methods for getting flight status * docs: add deprecation docs for flight in gamemode data
16 lines
364 B
INI
16 lines
364 B
INI
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
|
|
|
org.gradle.daemon=true
|
|
javaVersion=17
|
|
|
|
plugin_version=3.5
|
|
plugin_archive=husksync
|
|
plugin_description=A modern, cross-server player data synchronization system
|
|
|
|
jedis_version=5.1.2
|
|
mysql_driver_version=8.3.0
|
|
mariadb_driver_version=3.3.3
|
|
postgres_driver_version=42.7.3
|
|
mongodb_driver_version=5.0.1
|
|
snappy_version=1.1.10.5
|