Skip to content

Commit aa40a9e

Browse files
committed
[MOB-3238] - Add missing install script in build.gradle
This was removed in its last iteration during the clean up of bintray related files. But looks like we need it as part for performing ./gradlew install command.
1 parent ffabfe7 commit aa40a9e

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)