-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
50 lines (45 loc) · 1.56 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
# Build Settings
jvmTargetMinimum=17
kotlinVersion=2.0.0-RC3
kotlinLanguage=2.0
nodeVersion=22.0.0
lockDeps=true
sonarScan=false
# Gradle Settings
org.gradle.jvmargs=-XX:+UseParallelGC -Xmx2048M -XX:MetaspaceSize=1024M -XX:MaxMetaspaceSize=1024M
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=false
org.gradle.dependency.verification=lenient
org.gradle.configuration-cache=false
org.gradle.configuration-cache.problems=warn
# Kotlin Settings
kotlin.code.style=official
kotlin.incremental=true
kotlin.stdlib.default.dependency=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.build.report.output=build_scan
kotlin.parallel.tasks.in.project = true
kotlin.js.compiler=ir
kotlin.incremental.js.ir=true
kotlin.incremental.js.klib=true
kotlin.js.ir.output.granularity=whole-program
kotlin.mpp.applyDefaultHierarchyTemplate=false
sonar.gradle.skipCompile = true
systemProp.sonar.gradle.skipCompile = true
# POM Configuration
GROUP=dev.elide
VERSION=1.0-SNAPSHOT
RELEASE_REPOSITORY_URL=gcs://elide-snapshots/repository/v3
SNAPSHOT_REPOSITORY_URL=gcs://elide-snapshots/repository/v3
POM_URL=/~https://github.com/elide-dev/uuid/
POM_SCM_URL=/~https://github.com/elide-dev/uuid/
POM_SCM_CONNECTION=scm:git:git://github.com/elide-dev/uuid.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/elide-dev/uuid.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://opensource.org/licenses/mit-license
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=sgammon
POM_DEVELOPER_NAME=Sam Gammon
POM_NAME=UUID
POM_DESCRIPTION=A Kotlin multiplatform implementation of a v4 RFC4122 UUID