Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Apr 14, 2019
1 parent 816cb75 commit edb0591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

allprojects {
group = "io.github.cottonmc"
version = "0.4.0-beta.1-SNAPSHOT"
version = "0.4.0"

repositories {
jcenter()
Expand Down
9 changes: 1 addition & 8 deletions gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit edb0591

Please sign in to comment.