Skip to content

Commit 3bcea9b

Browse files
committed
Update vanniktech properties
1 parent 0d34da5 commit 3bcea9b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ allprojects {
2424
jcenter()
2525
mavenCentral()
2626
}
27+
plugins.withId("com.vanniktech.maven.publish") {
28+
mavenPublish {
29+
sonatypeHost = "S01"
30+
}
31+
}
2732
}
2833

2934
task clean(type: Delete) {

universal_adapter/gradle.properties

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/

0 commit comments

Comments
 (0)