From dd313881db93386cf2aad47a8e76c65b304a454e Mon Sep 17 00:00:00 2001 From: Max Dor Date: Wed, 19 Sep 2018 22:28:25 +0200 Subject: [PATCH] Fix repositories order Repositories are attempted in order listed. This change optimize the order so central repos are attempting before custom ones. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5b7b2f6..e70da8e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -65,9 +65,9 @@ buildscript { } repositories { + mavenCentral() maven { url "https://kamax.io/maven/releases/" } maven { url "https://kamax.io/maven/snapshots/" } - mavenCentral() } dependencies {