Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Switched to using own install and bintray publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed May 10, 2019
1 parent edf98bc commit 709dfc7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ dependencies {
}

if (project.rootProject.file('local.properties').exists()) {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/install.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/bintray.gradle'
}
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ dependencies {
}

if (project.rootProject.file('local.properties').exists()) {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/install.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/bintray.gradle'
}
4 changes: 2 additions & 2 deletions helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ dependencies {
}

if (project.rootProject.file('local.properties').exists()) {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/install.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/bintray.gradle'
}
4 changes: 2 additions & 2 deletions list/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ dependencies {
}

if (project.rootProject.file('local.properties').exists()) {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/install.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/bintray.gradle'
}
4 changes: 2 additions & 2 deletions testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ dependencies {
}

if (project.rootProject.file('local.properties').exists()) {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/install.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/bintray.gradle'
}
4 changes: 2 additions & 2 deletions viewmodel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ dependencies {
}

if (project.rootProject.file('local.properties').exists()) {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/install.gradle'
apply from: 'https://raw.githubusercontent.com/Mordag/JCenter/master/bintray.gradle'
}

0 comments on commit 709dfc7

Please sign in to comment.