-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathgradle.properties
More file actions
54 lines (51 loc) · 1.39 KB
/
gradle.properties
File metadata and controls
54 lines (51 loc) · 1.39 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Project settings
# Rule: [major update].[feature update].[bug fix]
project_version=2.3.21
config_version=39
project_group=net.momirealms
# Supported languages
lang=en,es,fr,jap,ko_kr,pt_br,ru,uk,vi_vn,zh_cn
# Dependency settings
sparrow_heart_version=0.69
paper_version=1.20.4
jetbrains_annotations_version=26.0.2
slf4j_version=2.0.17
log4j_version=2.25.2
gson_version=2.13.2
asm_version=9.9.1
asm_commons_version=9.9.1
jar_relocator_version=1.7
h2_driver_version=2.4.240
sqlite_driver_version=3.53.0.0
adventure_bundle_version=5.0.1
adventure_platform_version=4.4.1
cloud_core_version=2.0.0
cloud_services_version=2.0.0
cloud_brigadier_version=2.0.0-beta.15
cloud_bukkit_version=2.0.0-beta.15
cloud_paper_version=2.0.0-beta.15
cloud_minecraft_extras_version=2.0.0-beta.15
boosted_yaml_version=1.3.7
mojang_brigadier_version=1.0.18
mongodb_driver_version=5.6.5
mariadb_driver_version=3.5.8
mysql_driver_version=9.6.0
hikari_version=7.0.2
commons_pool_version=2.13.0
bstats_version=3.2.1
geantyref_version=1.3.16
caffeine_version=3.2.3
rtag_version=1.5.16
jedis_version=7.4.1
exp4j_version=0.4.8
placeholder_api_version=2.11.7
vault_version=1.7
guava_version=33.5.0-jre
lz4_version=1.8.0
# Proxy settings
#systemProp.socks.proxyHost=127.0.0.1
#systemProp.socks.proxyPort=7890
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=7890
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890