File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,30 @@ afterEvaluate {
38
38
publications {
39
39
release(MavenPublication ) {
40
40
from components. release
41
- groupId = ' com.artifex.mupdf.viewer'
42
- artifactId = ' mupdf'
43
- description = ' Mupdf Android'
44
- version = ' 1.0.0'
41
+ pom {
42
+ groupId = ' com.artifex.mupdf.viewer'
43
+ artifactId = ' mupdf'
44
+ licenses {
45
+ license {
46
+ name = ' GNU Affero General Public License'
47
+ url = ' https://www.gnu.org/licenses/agpl-3.0.html'
48
+ }
49
+ }
50
+ developers {
51
+ developer {
52
+ id = ' vishalnehra'
53
+ name = ' Vishal Nehra'
54
+ email = ' vishalmeham2@gmail.com'
55
+ }
56
+ }
57
+ scm {
58
+ connection = ' scm:git@github.com:TeamAmaze/mupdf-android-viewer.git'
59
+ developerConnection = ' scm:git@github.com:TeamAmaze/mupdf-android-viewer.git'
60
+ url = ' https://teamamaze.xyz/'
61
+ }
62
+ description = ' Mupdf Android'
63
+ version = ' 1.0.0'
64
+ }
45
65
}
46
66
}
47
67
}
You can’t perform that action at this time.
0 commit comments