forked from Interactive-Modding/Jurassic-Reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
42 lines (34 loc) · 828 Bytes
/
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
org.gradle.daemon = false
group = mod.reborn
archivesBaseName = RebornMod
name = RebornMod
description = RebornMod-1.0-1.12.2.jar
mc_version=1.12.2
fg_version = ForgeGradle:2.3-SNAPSHOT
forge_mc_version = 1.12.2
forge_version = 14.23.5.2772
mcp_mappings = snapshot_20171003
hwyla_version=1.8.23-B38_1.12
cf_project_id = 226719
cf_release_type = release
cf_changelog_filename = CHANGELOG.txt
cf_changelog_type = text
cf_versions = 1.12.2
curse_requirements = llibrary
curse_optionals = jei, hwyla
// curse_embeddeds =
// curse_tools =
// curse_incompatibles =
// curse_includes =
// coreplugin =
// at_file = _at.cfg
doSignJar = false
doSourceJar = true
// doAPIJar = true
// doDeobfJar = true
doJavadocJar = true
// depHasATs = true
server_nogui = true
doNotBackup = true
queryResultConfirm = true
skipJansi = true