File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ allprojects {
24
24
jcenter()
25
25
mavenCentral()
26
26
}
27
+ plugins. withId(" com.vanniktech.maven.publish" ) {
28
+ mavenPublish {
29
+ sonatypeHost = " S01"
30
+ }
31
+ }
27
32
}
28
33
29
34
task clean (type : Delete ) {
Original file line number Diff line number Diff line change
1
+ GROUP =com.yogeshpaliyal
2
+ POM_ARTIFACT_ID =universal-adapter
3
+ VERSION_NAME =3.0.1
4
+
5
+ POM_NAME =universal-adapter
6
+ POM_DESCRIPTION =Android Universal Recycler View Adapter
7
+ POM_INCEPTION_YEAR =2022
8
+ POM_URL =https://github.com/yogeshpaliyal/Android-Universal-Recycler-View-Adapter/
9
+
10
+ POM_LICENSE_NAME =The Apache Software License, Version 2.0
11
+ POM_LICENSE_URL =https://www.apache.org/licenses/LICENSE-2.0.txt
12
+ POM_LICENSE_DIST =repo
13
+
14
+ POM_SCM_URL =https://github.com/yogeshpaliyal/Android-Universal-Recycler-View-Adapter/
15
+ POM_SCM_CONNECTION =scm:git:git://github.com/yogeshpaliyal/Android-Universal-Recycler-View-Adapter/.git
16
+ POM_SCM_DEV_CONNECTION =scm:git:ssh://git@github.com/yogeshpaliyal/Android-Universal-Recycler-View-Adapter/.git
17
+
18
+ POM_DEVELOPER_ID =yogeshpaliyal
19
+ POM_DEVELOPER_NAME =Yogesh Choudhary Paliyal
20
+ POM_DEVELOPER_URL =https://github.com/yogeshpaliyal/
You can’t perform that action at this time.
0 commit comments