File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ repositories {
15
15
}
16
16
}
17
17
18
+
19
+ group= " io.github.chao2zhang.logginglivedata"
20
+
18
21
gradlePlugin {
19
22
plugins {
20
23
loggingLiveDataPlugin {
Original file line number Diff line number Diff line change @@ -2,4 +2,18 @@ kotlin.code.style=official
2
2
3
3
GROUP =io.github.chao2zhang.logginglivedata
4
4
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/
You can’t perform that action at this time.
0 commit comments