From edb059140803c12c9695132c0ed06f565352f6bc Mon Sep 17 00:00:00 2001 From: Juuxel Date: Sun, 14 Apr 2019 18:32:49 +0300 Subject: [PATCH] Release 0.4.0 --- build.gradle.kts | 2 +- gui/build.gradle.kts | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6aa2322..bc6eeb5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "io.github.cottonmc" - version = "0.4.0-beta.1-SNAPSHOT" + version = "0.4.0" repositories { jcenter() diff --git a/gui/build.gradle.kts b/gui/build.gradle.kts index a103444..8cfac82 100644 --- a/gui/build.gradle.kts +++ b/gui/build.gradle.kts @@ -10,20 +10,13 @@ base { archivesBaseName = "json-factory-gui" } -// This should be false for releasing, true for developing -val local = true - repositories { maven(url = "http://server.bbkr.space:8081/artifactory/libs-release") maven(url = "http://server.bbkr.space:8081/artifactory/libs-snapshot") } dependencies { - if (local) { - implementation(project(":")) - } else { - implementation("io.github.cottonmc:json-factory:$version") - } + implementation(project(":")) implementation("com.miglayout:miglayout-swing:5.2") implementation("com.github.insubstantial:substance:7.3") implementation("com.github.insubstantial:substance-swingx:7.3") {