From 709dfc75987fa33492988caa65baaad409a10d98 Mon Sep 17 00:00:00 2001 From: Alexander Eggers Date: Fri, 10 May 2019 14:03:41 +1000 Subject: [PATCH] Switched to using own install and bintray publish scripts --- builder/build.gradle | 4 ++-- core/build.gradle | 4 ++-- helper/build.gradle | 4 ++-- list/build.gradle | 4 ++-- testing/build.gradle | 4 ++-- viewmodel/build.gradle | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/builder/build.gradle b/builder/build.gradle index cc7c8f7..940b638 100644 --- a/builder/build.gradle +++ b/builder/build.gradle @@ -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' } \ No newline at end of file diff --git a/core/build.gradle b/core/build.gradle index b79a9b3..16260b2 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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' } \ No newline at end of file diff --git a/helper/build.gradle b/helper/build.gradle index e8ab4db..908eacd 100644 --- a/helper/build.gradle +++ b/helper/build.gradle @@ -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' } \ No newline at end of file diff --git a/list/build.gradle b/list/build.gradle index c088dfd..448dbee 100644 --- a/list/build.gradle +++ b/list/build.gradle @@ -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' } \ No newline at end of file diff --git a/testing/build.gradle b/testing/build.gradle index dce7e4f..ccbd196 100644 --- a/testing/build.gradle +++ b/testing/build.gradle @@ -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' } \ No newline at end of file diff --git a/viewmodel/build.gradle b/viewmodel/build.gradle index 20e9185..b6e7111 100644 --- a/viewmodel/build.gradle +++ b/viewmodel/build.gradle @@ -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' } \ No newline at end of file