Skip to content

Commit de7100c

Browse files
authored
Merge pull request #365 from Iterable/MOB-3238-install-script-in-gradle
[MOB-3238] - Add missing install script in build.gradle
2 parents ffabfe7 + aa40a9e commit de7100c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iterableapi-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ext {
5959
allLicenses = ["Apache-2.0"]
6060
}
6161

62-
62+
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
6363
if(hasProperty("mavenPublishEnabled")) {
6464
apply from: '../maven-push.gradle'
6565
}

iterableapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ext {
8282
allLicenses = ["Apache-2.0"]
8383
}
8484

85-
85+
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
8686
if(hasProperty("mavenPublishEnabled")) {
8787
apply from: '../maven-push.gradle'
8888
}

0 commit comments

Comments
 (0)