-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
35 lines (29 loc) · 854 Bytes
/
gradle.properties
File metadata and controls
35 lines (29 loc) · 854 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
31
32
33
34
35
project_name=UMScripting
project_group=org.ultramine.mods.scripting
#
# Versioning
minecraft_version=1.7.10
#concat minecraft version to:
#name - end of project name ({name}-{minecraft_version}),
#version - start of project version ({minecraft_version}-{version}),
#none - don't concat
concat_mc_version_to=name
#major.minor pair always gets from git tag
#release_type affects version string forming scheme:
#indev - {major}.{minor}.0-indev
#stable - {major}.{minor}.{revision (inc each build)}
#any_other_string (alpha/beta/rc/etc) - {major}.{minor}.0-{any_other_string}.{revision (inc each build)}
release_type=indev
#debug version options
override_version=indev
#override_revision=
#increment_revision=
#
# Artifacts
produce_universal_jar=false
produce_server_jar=true
produce_client_jar=false
#
# Publish (injecting)
publish_jars=
publish_url=