forked from GregTechCEu/Gregification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
64 lines (53 loc) · 1.42 KB
/
gradle.properties
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
55
56
57
58
59
60
61
62
63
64
# Mod Information
archives_base_name = Gregification
mc_version = 1.12.2
mod_version = 0.0.1
maven_group = gregification
# Coremod Arguments
coremod_plugin_class_name = gregification.core.GregificationLoadingPlugin
## Hard Dependencies
ccl_pid = 242818
ccl_fid = 2779848
gt_pid = 557242
gt_fid = 4527757
gt_sources_fid = 4527758
## Soft Dependencies
jei_version = 4.16.1.302
crt_version = 4.1.20.684
### TOP 1.4.28
top_pid = 245211
top_fid = 2667280
### CTM 1.0.2.31
ctm_pid = 267602
ctm_fid = 2915363
### AE2 0.55.6
ae2_pid = 570458
ae2_fid = 4402048
# GregTech Food Option 1.8.6
gtfo_id = 477021
gtfo_version = 4480325
## Mixin Dependencies
mixinbooter_version = 7.0
mixin_version = 0.8.3
asm_debug_version = 5.2
### should use 24.1.1 but 30.0+ has a vulnerability fix
guava_version = 30.0
### should use 2.8.6 but 2.8.9+ has a vulnerability fix
gson_version = 2.8.9
## Gradle Dependencies
foojay_version = 0.4.0
idea_ext_version = 1.1.7
rfg_version = 1.3.12
java_version = 8
# Deployment
deployment_debug = false
## Dependencies
curseforge_gradle_version = 1.0.+
minotaur_version = 2.7.+
# Gradle Settings (do not rename values)
org.gradle.welcome = never
org.gradle.logging.stacktrace = all
## Sets default memory used for gradle commands. Can be overridden by user or command line properties.
## This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false