File tree Expand file tree Collapse file tree 2 files changed +8
-19
lines changed Expand file tree Collapse file tree 2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
- if (project. hasProperty(' MAVEN_REPO' )) {
4
- maven { url MAVEN_REPO }
5
- } else {
6
- maven { url " file://${ System.properties['user.home']} /MAVEN" }
7
- }
8
3
google()
9
4
mavenCentral()
10
5
mavenLocal()
@@ -17,11 +12,6 @@ buildscript {
17
12
18
13
allprojects {
19
14
repositories {
20
- if (project. hasProperty(' MAVEN_REPO' )) {
21
- maven { url MAVEN_REPO }
22
- } else {
23
- maven { url " file://${ System.properties['user.home']} /MAVEN" }
24
- }
25
15
maven { url ' https://maven.ghostscript.com/' }
26
16
mavenLocal()
27
17
google()
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
}
27
27
}
28
28
29
- project . afterEvaluate {
29
+ afterEvaluate {
30
30
publishing {
31
31
publications {
32
32
release(MavenPublication ) {
@@ -40,6 +40,13 @@ project.afterEvaluate {
40
40
url = ' https://www.gnu.org/licenses/agpl-3.0.html'
41
41
}
42
42
}
43
+ developers {
44
+ developer {
45
+ id = ' vishalnehra'
46
+ name = ' Vishal Nehra'
47
+ email = ' vishalmeham2@gmail.com'
48
+ }
49
+ }
43
50
scm {
44
51
connection = ' scm:git@github.com:TeamAmaze/mupdf-android-viewer.git'
45
52
developerConnection = ' scm:git@github.com:TeamAmaze/mupdf-android-viewer.git'
@@ -51,14 +58,6 @@ project.afterEvaluate {
51
58
}
52
59
}
53
60
repositories {
54
- maven {
55
- name ' Local'
56
- if (project. hasProperty(' MAVEN_REPO' )) {
57
- url = MAVEN_REPO
58
- } else {
59
- url = " file://${ System.properties['user.home']} /MAVEN"
60
- }
61
- }
62
61
mavenLocal()
63
62
maven { url " https://jitpack.io" }
64
63
}
You can’t perform that action at this time.
0 commit comments