-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgradle.properties
46 lines (34 loc) · 1.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
# Copyright 2024 Ji Sungbin
# SPDX-License-Identifier: Apache-2.0
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
kotlin.code.style=official
kotlin.build.report.output=json
kotlin.build.report.json.directory=.kotlin
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
# https://kotlinlang.org/docs/dokka-migration.html#set-the-opt-in-flag
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
android.useAndroidX=true
# ---------- POM ---------- #
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
GROUP=in.sungb.composeinvestigator
VERSION_NAME=2.1.0-1.0.0.a3
POM_DESCRIPTION=Trace the recomposition of a Composable with its cause without boilerplate code.
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/jisungbin/ComposeInvestigator
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/jisungbin/ComposeInvestigator/tree/main
POM_SCM_CONNECTION=scm:git:github.com/jisungbin/ComposeInvestigator.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/jisungbin/ComposeInvestigator.git
POM_DEVELOPER_ID=jisungbin
POM_DEVELOPER_NAME=Ji Sungbin
POM_DEVELOPER_URL=https://sungb.in