-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (25 loc) · 791 Bytes
/
gradle.properties
File metadata and controls
29 lines (25 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
org.gradle.jvmargs=-Xmx4G
# Fabric
# check these on https://fabricmc.net/develop/
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.2
loader_version=0.18.4
fabric_version=0.112.2+1.21.4
velocity_version=3.3.0-SNAPSHOT
adventure_version=6.2.0
# Mod Properties
maven_group=mrnavastar
archives_base_name=sqlib
# Dependencies
# https://central.sonatype.com/artifact/com.zaxxer/HikariCP
hikari_version=7.0.2
# https://github.com/zsoltherpai/fluent-jdbc
jdbi_version=3.51.0
# https://github.com/xerial/sqlite-jdbc/releases
sqlite_version=3.51.3.0
# https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client
mariadb_version=3.5.7
# https://github.com/pgjdbc/pgjdbc/releases
postgres_version=42.7.10
# https://github.com/FasterXML/jackson-dataformats-text
jackson_version=2.21.1