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 {