-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (28 loc) · 899 Bytes
/
gradle.properties
File metadata and controls
30 lines (28 loc) · 899 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
30
# Done to increase the memory available to gradle and improve build times.
org.gradle.jvmargs=-Xmx5G
org.gradle.parallel=true
org.gradle.warning.mode=all
gradle-curseforge-publish.interop.fabric-loom=false
gradle-curseforge-publish.interop.forge-gradle=false
gradle-curseforge-publish.interop.neoforged=false
gradle-curseforge-publish.interop.neogradle=false
#org.gradle.configuration-cache=true
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=26.1.1
yarn_mappings=26.1.1+build.1
loader_version=0.18.5
fabric_version=0.144.4+26.1
# Mod Properties
mod_version=0.3.7+alpha.0
maven_group=com.ishland.c2me
archives_base_name=c2me-fabric
# Java Dependencies
async_util_version=0.1.0
night_config_version=3.6.5
exp4j_version=0.4.8
rxjava_version=3.1.12
reactive_streams_version=1.0.4
mixinsquared_version=0.3.7-beta.1
jctools_version=4.0.5
junit_version=5.11.3