-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathgradle.properties
More file actions
42 lines (32 loc) · 1.07 KB
/
gradle.properties
File metadata and controls
42 lines (32 loc) · 1.07 KB
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
# Kotlin
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx8192M
# Gradle
org.gradle.jvmargs=-Xmx8192M -Dfile.encoding=UTF-8
org.gradle.configuration-cache=true
org.gradle.caching=true
# Android
android.nonTransitiveRClass=true
android.useAndroidX=true
# Compose
org.jetbrains.compose.experimental.macos.enabled=true
# == Publication == #
# OSS
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
# Lib
GROUP=io.github.vinceglb
VERSION_NAME=0.14.1
POM_NAME=FileKit
POM_DESCRIPTION=Files, Media, Folder Picker and File saver library for Kotlin Multiplatform and Compose Multiplatform
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/vinceglb/FileKit
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://github.com/vinceglb/FileKit/blob/main/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/vinceglb/FileKit
POM_SCM_CONNECTION=scm:git:git://github.com/vinceglb/FileKit.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:vinceglb/FileKit.git
POM_DEVELOPER_ID=vinceglb
POM_DEVELOPER_NAME=Vincent Guillebaud
POM_DEVELOPER_EMAIL=vincent.guillebaud31@gmail.com