forked from TheGaming999/Citizens-PlaceholderAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
41 lines (41 loc) · 1.19 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
org.gradle.cache=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=false
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache.max-problems=5
org.gradle.daemon=true
org.gradle.unsafe.configuration-cache-problems=warn
org.gradle.vfs.watch=true
javadocPublishRoot=https://jd.deltapvp.net/citizens/
javaVersion=8
NO_JAVADOC=true
githubOrg=playMineArcade
projectAuthor=MineArcade Development Team
githubRepo=Citizens-PlaceholderAPI
projectName=CitizensPlaceholderAPI
titan.major=1
titan.minor=1
titan.patch=1
titan.build=0
titan.status=-SNAPSHOT
createdYear=2022
titan.disable-indra=true
titan.no-minimize=true
titan.proguard=false
titan.slimjar=false
titan.enable-errorprone=true
slimjar.default.repo.releases.apply=false
slimjar.default.repo.snapshots.apply=false
kotlin.code.style=official
kotlin.caching.enabled=true
kotlin.incremental=true
kotlin.incremental.js=true
kapt.use.worker.api=true
kapt.incremental.apt=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.stdlib.default.dependency=false
kotlin.native.disableCompilerDaemon=false
#kotlin.native.cacheKind=none
android.databinding.incremental=true