-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
51 lines (43 loc) · 1.96 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
42
43
44
45
46
47
48
49
50
51
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration.cache=true
org.gradle.scan=true
org.gradle.dependency.verification=lenient
# JVM 9+ \u110B\u1175\u11AB \u1100\u1167\u11BC\u110B\u116E\u110B\u1166 jvmargs\u110B\u1166 \u1103\u1161\u110B\u1173\u11B7\u110B\u1173\u11AF \u110E\u116E\u1100\u1161
# --add-exports=javafx.base/com.sun.javafx.event=org.controlsfx.controls
org.gradle.jvmargs=-XX:+UseZGC -Xms2G -Xmx8G -Dfile.encoding=UTF-8
#-XX:+EnableDynamicAgentLoading \
#--illegal-access=permit \
#--add-exports javafx.base/com.sun.javafx.event=org.controlsfx.controls \
#--add-exports java.base/jdk.internal.misc=ALL-UNNAMED \
#--add-exports java.base/sun.nio.ch=ALL-UNNAMED \
#--add-exports java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED \
#--add-exports jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED \
#--add-exports java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED \
#--add-opens java.base/java.lang=ALL-UNNAMED \
#--add-opens java.base/java.util=ALL-UNNAMED \
#--add-opens java.base/java.nio=ALL-UNNAMED \
#--add-opens java.base/sun.nio.ch=ALL-UNNAMED
org.gradle.unsafe.watch-fs=true
kotlin.code.style=official
java.incremental=true
kotlin.incremental=true
# https://kotlinlang.org/docs/kapt.html#measure-the-number-of-files-generated-with-annotation-processors
# kapt.verbose=true
# https://kotlinlang.org/docs/kapt.html#compile-avoidance-for-kapt
kapt.incremental.apt=true
# https://kotlinlang.org/docs/kapt.html#try-kotlin-k2-compiler (kotlin 2.0)
kapt.use.k2=true
# https://kotlinlang.org/docs/whatsnew1620.html#properties-for-defining-kotlin-compiler-execution-strategy
# kotlin.compiler.execution.strategy=out-of-process
# https://kotlinlang.org/docs/whatsnew1620.html#properties-for-defining-kotlin-compiler-execution-strategy
# kotlin.compiler.execution.strategy=daemon
# atomicfu
kotlinx.atomicfu.enableJvmIrTransformation=true
#
# project version
#
projectGroup=io.bluetape4k
baseVersion=0.1.0
snapshotVersion=-SNAPSHOT