This repository was archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgradle.properties
More file actions
54 lines (42 loc) · 1.48 KB
/
gradle.properties
File metadata and controls
54 lines (42 loc) · 1.48 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
# 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
# Mod Information
mod_version = 0.0.1
minecraft_version = 1.12.2
maven_group = gregification
archives_base_name = Gregification
# This will download sources and Javadoc for the dependencies (for example mixins), set which ide you use
# You can look up dependencies and their available sources and Javadoc in intellij by going to File ProjectStructure Libraries
use_intellij_idea = true
use_eclipse = false
# Optional Jar compiling
build_deobfJar = false
build_apiJar = false
build_sourceJar = false
# If any properties change below this line, refresh gradle again to ensure everything is working correctly.
# Coremod Arguments
coremod_plugin_class_name = gregification.core.GregificationLoadingPlugin
# Gradle Plugins
forge_gradle_version = 5.1.+
fancy_gradle_version = 1.1.+
# Minecraft-Specific
forge_version = 14.23.5.2860
mcp_mappings_channel = stable
mcp_mappings_version = 39-1.12
## Frequently updated dependencies
# GTCEu 2.6.1
gt_id = 557242
gt_version = 4483462
# GregTech Food Option 1.8.6
gtfo_id = 477021
gtfo_version = 4480325
# CraftTweaker
ct_version = 4.1.20.684
# Mixin Dependencies
mixingradle_version = 0.7-SNAPSHOT
mixinbooter_version = 7.0
mixin_annotations_version = 0.8.5
# Gradle Settings (do not rename values)
org.gradle.welcome = never