-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
35 lines (30 loc) · 957 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
# The Gradle daemon aims to improve the startup and execution time of Gradle.
# When set to true the Gradle daemon is to run the build.
org.gradle.daemon=false
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx3G -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
## General
m_name=NyxTools
m_id=nyxtools
m_url=https://github.com/poqdavid/NyxTools
m_organization=POQDavid
m_authors=POQDavid
m_group=io.github.poqdavid.nyx
m_description=Tools that you can virtually access by using commands
## Version
m_major=1
m_minor=2
m_api=S7.4
m_suffix=STABLE
## Dependencies
spongeapi=7.4.+
spongemixin=0.8.5-SNAPSHOT
minecraft_version=1.12.2
forge_rundir=run/forge
forgeVersion=1.12.2-14.23.5.2860
mappings_channel=snapshot
mappings_version=20180814-1.12
bstats=2.2.1
validation=1.1.0.Final