-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
45 lines (35 loc) · 1.22 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
#
# Developed by Ji Sungbin 2024.
#
# Licensed under the MIT.
# Please see full license: https://github.com/jisungbin/compose-markdown/blob/main/LICENSE
#
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.vfs.watch=true
org.gradle.configuration-cache=true
kotlin.code.style=official
kotlin.build.report.output=json
kotlin.build.report.json.directory=.kotlin
android.useAndroidX=true
# ---------- POM ---------- #
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true
GROUP=land.sungbin.markdown
VERSION_NAME=1.0.0
POM_DESCRIPTION=Build markdown with Jetpack Compose runtime.
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/jisungbin/compose-markdown
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://github.com/jisungbin/compose-markdown/blob/main/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/jisungbin/compose-markdown/tree/main
POM_SCM_CONNECTION=scm:git:github.com/jisungbin/compose-markdown.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/jisungbin/compose-markdown.git
POM_DEVELOPER_ID=jisungbin
POM_DEVELOPER_NAME=Ji Sungbin
POM_DEVELOPER_URL=https://sungb.in
POM_DEVELOPER_EMAIL=ji@sungb.in