-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
39 lines (37 loc) · 982 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
projectGroup=eu.koboo
projectVersion=1.1.0
projectDescription=A spigot plugin to create elevators in survival
projectWebsite=https://github.com/Koboo/elevators
# Dependencies
lombokVersion=1.18.24
pluginAnnotationsVersion=1.2.3-SNAPSHOT
# Grqdle settings
#
# Daemon is true by default
#org.gradle.daemon=true
#
# Enable remote debugging
#org.gradle.debug=true
#org.gradle.debug.port=5005
#
# Enabled parallel building by gradle
org.gradle.parallel=true
#
# Sets the max jvms for gradle tasks (with parallel enabled)
org.gradle.workers.max=8
org.gradle.configureondemand=true
#
# Adds the given args to the gradle tasks
org.gradle.jvmargs=-Xmx2048M
#
# Enables caching of gradle itself
org.gradle.caching=true
#
# Sets the behaviour of stacktrace printing in gradle tasks
# default: internal
# options: internal,all,full
#org.gradle.logging.stacktrace=internal
#
# Sets the log level of gradle
# options: trace, debug, info, warn, warn, error, quit
#org.gradle.logging.level=debug