-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (30 loc) · 929 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=-Xmx1G -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
## General
m_name=NyxBackpack
m_id=nyxbackpack
m_url=https://github.com/poqdavid/NyxBackpack
m_organization=POQDavid
m_authors=POQDavid
m_group=io.github.poqdavid.nyx
m_description=A simple backpack plugin
## Version
m_major=1
m_minor=4
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=stable
mappings_version=39-1.12
bstats=2.2.1
validation=1.1.0.Final