-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
33 lines (26 loc) · 1.24 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
#
# Developed by 2022 SungbinLand, Ji Sungbin
#
# Licensed under the MIT.
# Please see full license: https://github.com/duckie-team/composable-function-reference-diagnostic-suppressor/blob/main/LICENSE
#
kotlin.code.style=official
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
GROUP=land.sungbin
POM_ARTIFACT_ID=composable.reference.suppressor.plugin
VERSION_NAME=1.0.5
POM_NAME=composable-function-reference-diagnostic-suppressor
POM_DESCRIPTION=COMPOSABLE_FUNCTION_REFERENCE diagnostic suppression Kotlin compiler plugin
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/duckie-team/composable-function-reference-diagnostic-suppressor
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://github.com/duckie-team/composable-function-reference-diagnostic-suppressor/blob/main/README.md
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/duckie-team/composable-function-reference-diagnostic-suppressor/tree/main
POM_SCM_CONNECTION=scm:git:github.com/duckie-team/composable-function-reference-diagnostic-suppressor.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/duckie-team/composable-function-reference-diagnostic-suppressor.git
POM_DEVELOPER_ID=jisungbin
POM_DEVELOPER_NAME=Ji Sungbin
POM_DEVELOPER_URL=https://sungb.in
POM_DEVELOPER_EMAIL=ji@sungb.in