Added gradle.properties

This commit is contained in:
OmerBenGera 2021-12-25 21:06:15 +02:00
parent 77c0f53346
commit 8bd39da552

18
gradle.properties Normal file
View File

@ -0,0 +1,18 @@
# Maven related settings
# Used to access to the private-repository
mavenUsername=''
mavenPassword=''
# Compiling settings
# You can turn-off compiling of specific modules here by setting them to `false`
nms.compile_v1_7=true
nms.compile_v1_8=true
nms.compile_v1_12=true
nms.compile_v1_15=true
nms.compile_v1_16=true
nms.compile_v1_17=true
nms.compile_v1_18=true
hook.compile_epicspawners=true
hook.compile_factionsuuid=true
hook.compile_factionsx=true
hook.compile_massivefactions=true
hook.compile_superiorskyblock=true