From 015620f41ab1dbd91846c241ae0f1d38b3646516 Mon Sep 17 00:00:00 2001 From: NikkyAI Date: Sat, 10 Feb 2018 20:50:13 +0100 Subject: [PATCH] release 1.2 --- build.gradle | 14 ++++++++------ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 90e1a4b..9212dad 100644 --- a/build.gradle +++ b/build.gradle @@ -8,20 +8,22 @@ subprojects { apply plugin: "kotlin" apply plugin: "idea" - if (name != "core") { - idea { - module { - excludeDirs += [file("run")] - } + idea { + module { + excludeDirs += [file("run")] } + } + if (name != "core") { repositories { jcenter() maven { + name = "unascribed" url = 'http://unascribed.com/maven/releases' } maven { - url "http://maven.shadowfacts.net/" + name = "shadowfacts" + url = "http://maven.shadowfacts.net/" } } diff --git a/gradle.properties b/gradle.properties index f5b8419..551e3e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -mod_version = 1.1.2 +mod_version = 1.2