-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgradle.properties
More file actions
47 lines (39 loc) · 1.44 KB
/
gradle.properties
File metadata and controls
47 lines (39 loc) · 1.44 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
org.gradle.jvmargs=-Xmx6G
# Mod Properties
version_stage=BETA
maven_group=io.github.null2264
archives_base_name=cobblegen
curseforge_project=581293
modrinth_project=qRogT5Gy
# Version Specific Properties
# 1.18.2
minecraft_version_1_18_2=1.18.2
yarn_mappings_1_18_2=1.18.2+build.4
loader_version_1_18_2=0.14.14
fabric_version_1_18_2=0.76.0+1.18.2
# Runtime Properties
recipe_viewer=none
# Dependencies
jankson_version=1.2.3
manifold_version=2025.1.28
# Version Specific Dependencies
create_version_1_18_2=0.5.1-f-build.1333+mc1.18.2
port_lib_version_1_18_2=1.2.869-beta+1.18.2
# Default MC version and loader name for IDEs, will be overwritten by gradle build argument -PmcVer or -PloaderName
mcVer=1.21.11
null2264.platform=fabric
forge.enableGameTest=true
neoforge.enableGameTest=true
null2264.cobblegen.gametest=true
# FIXME: Remove this once ArchLoom is rebased to 1.14
loom.ignoreDependencyLoomVersionValidation=true
##region Some gradle bs in case one of the repo is spitting out error for god knows why
# REF: https://github.com/gradle/gradle/issues/4629#issuecomment-1174938250
# set the socket timeout to 5 minutes
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
# the number of retries (initial included)
systemProp.org.gradle.internal.repository.max.tentative=10
# the initial time before retrying, in milliseconds
systemProp.org.gradle.internal.repository.initial.backoff=500
##endregion