-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
51 lines (40 loc) · 1.78 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
#
# Example Module gradle properties file.
#
# You should edit this file according to your requirements
#
################################################################################
# Project settings
################################################################################
# Maven artifact group
group=me.spthiel.klacaiba
# Base name for the generated jars
archivesBaseName=Klacaiba
#Version of your project
version=3.0.0-beta.10
################################################################################
# Module settings
################################################################################
# The base package for your module classes, configure according to your sources
basePackage=me.spthiel.klacaiba
# Modules to inject into the eclipse run configuration, comma separated. Each
# entry here will be prepended with the package name specified for basePackage.
#
# You should list all of the module classes within your module here, when adding
# new modules to the list, run the following command:
#
# gradle eclipse
#
# and then refresh your eclipse project in order to include the modules in your
# run configuration
modules=actions.ScriptActionHack,vars.VariableProviderExample
################################################################################
# Macros Settings
################################################################################
# Mod version to use, this MUST exist on the maven server and must be specified
# as <modversion>_for_<minecraftversion>
macros=0.15.4_for_1.12.1
# MCP mappings to use, you must use the correct mappings for the current
# liteloader snapshot, otherwise the mixins will work, check the version in the
# liteloader gradle.properties file
mappings=snapshot_20180416