Skip to content

Commit b6c11d4

Browse files
author
Chao Zhang
committed
Add publishing properties inside gradle.properties
1 parent ca29bed commit b6c11d4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ repositories {
1515
}
1616
}
1717

18+
19+
group="io.github.chao2zhang.logginglivedata"
20+
1821
gradlePlugin {
1922
plugins {
2023
loggingLiveDataPlugin {

gradle.properties

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@ kotlin.code.style=official
22

33
GROUP=io.github.chao2zhang.logginglivedata
44
POM_ARTIFACT_ID=logginglivedata
5-
VERSION_NAME=0.0.1
5+
VERSION_NAME=0.0.1
6+
7+
POM_NAME=LoggingLiveData
8+
POM_DESCRIPTION=Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.
9+
POM_INCEPTION_YEAR=2021
10+
POM_URL=https://github.com/chao2zhang/LoggingLiveData
11+
POM_SCM_URL=https://github.com/chao2zhang/LoggingLiveData
12+
POM_SCM_CONNECTION=scm:git:git://github.com/chao2zhang/LoggingLiveData.git
13+
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/chao2zhang/LoggingLiveData.git
14+
POM_LICENCE_NAME=The Apache Software License, Version 2.0
15+
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
16+
POM_LICENCE_DIST=repo
17+
POM_DEVELOPER_ID=chao2zhang
18+
POM_DEVELOPER_NAME=Chao Zhang
19+
POM_DEVELOPER_URL=https://github.com/chao2zhang/

0 commit comments

Comments
 (0)