forked from elide-dev/elide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
107 lines (99 loc) · 3.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#
# Copyright (c) 2023 Elide Ventures, LLC.
#
# Licensed under the MIT license (the "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# https://opensource.org/license/mit/
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under the License.
#
# Settings: Build
buildSamples = false
buildExamples = false
buildPlugins = true
buildDocs = false
buildDocsSite = false
buildBenchmarks = false
buildMingw = true
buildUuid = false
buildRpc = true
buildSsg = false
buildWasm = false
enableSigning = false
enableSigstore = false
enableKnit = false
enableProguard = false
embeddedR8 = false
embeddedCompose = false
elide.buildMode = dev
elie.release = false
elide.strict = true
elide.pluginVersion = 1.0.0-beta23
elide.pluginMode = inert
elide.stamp = false
elide.atomicFu = true
elide.lockDeps = false
elide.graalvm.variant = COMMUNITY
elide.vm.inspect = false
elide.kotlin.k2 = false
publishMainHostLock = false
elide.publish.repo.maven.auth = false
elide.publish.repo.maven = gcs://elide-snapshots/repository/v3
elide.publish.repo.docker.tools = us-docker.pkg.dev/elide-fw/tools
elide.publish.repo.docker.samples = us-docker.pkg.dev/elide-fw/samples
elide.samples.docker.base.native = us-docker.pkg.\
dev/elide-fw/tools/runtime/native:latest
# Settings: Gradle
org.gradle.parallel = true
org.gradle.caching = true
org.gradle.configureondemand = true
org.gradle.jvmargs = -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC -Xmx3g
org.gradle.configuration-cache = false
org.gradle.configuration-cache.problems = warn
org.gradle.configuration-cache.stable = true
org.gradle.dependency.verification = lenient
org.gradle.warning.mode = none
gradle.enterprise.testretry.enabled = false
systemProp.gradle.enterprise.testretry.enabled = false
# Settings: Languages / Runtimes
versions.java.language = 17
versions.java.minimum = 11
versions.java.target = 17
versions.ecma.language = v5
versions.kotlin.sdk = 1.9.20-Beta2
versions.kotlin.language = 1.9
versions.android.sdk.target = 33
# Settings: Libraries
micronautVersion = 4.1.2
# Settings: Kotlin
kotlin.code.style = official
kotlin.js.compiler = ir
kotlin.js.generate.executable.default = false
kotlin.parallel.tasks.in.project = true
kotlin.build.report.output = build_scan
kotlin.incremental = true
kotlin.incremental.useClasspathSnapshot = true
kotlin.experimental.tryK2 = false
kotlin.mpp.stability.nowarn = true
kotlin.mpp.enableCInteropCommonization = true
kotlin.stdlib.default.dependency = false
kotlin.native.ignoreDisabledTargets = true
kotlinx.atomicfu.enableJvmIrTransformation = true
kotlinx.atomicfu.enableJsIrTransformation = true
kotlin.daemon.jvmargs=-Xmx2G -XX:+UseParallelGC
kotlin.compiler.preciseCompilationResultsBackup = true
kotlin.compiler.execution.strategy = daemon
kotlin.compiler.suppressExperimentalICOptimizationsWarning = true
kotlin.mpp.applyDefaultHierarchyTemplate = false
kotlin.mpp.enableCInteropCommonization = false
kotlin.build.report.http.include_git_branch.name = true
kotlin.build.report.include_compiler_arguments= true
# Settings: KApt & KSP
ksp.incremental = true
ksp.incremental.intermodule = true
kapt.incremental.apt = false
kapt.classloaders.cache.size = 12
kapt.include.compile.classpath = false