Skip to content

Commit

Permalink
Merge pull request #365 from Iterable/MOB-3238-install-script-in-gradle
Browse files Browse the repository at this point in the history
[MOB-3238] - Add missing install script in build.gradle
  • Loading branch information
Ayyanchira authored Aug 4, 2021
2 parents ffabfe7 + aa40a9e commit de7100c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
allLicenses = ["Apache-2.0"]
}


apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
if(hasProperty("mavenPublishEnabled")) {
apply from: '../maven-push.gradle'
}
Expand Down
2 changes: 1 addition & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext {
allLicenses = ["Apache-2.0"]
}


apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
if(hasProperty("mavenPublishEnabled")) {
apply from: '../maven-push.gradle'
}
Expand Down

0 comments on commit de7100c

Please sign in to comment.