Skip to content

Commit

Permalink
chore(gradle): update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Jan 25, 2021
1 parent 2403b43 commit 1e76551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id("org.openjfx.javafxplugin") version "0.0.9"
id("com.github.johnrengelman.shadow") version "6.1.0"

id("com.github.ben-manes.versions") version "0.33.0"
id("com.github.ben-manes.versions") version "0.36.0"
id("se.patrikerdes.use-latest-versions") version "0.2.15"
}

Expand All @@ -28,7 +28,7 @@ try {
}

application {
mainClassName = "sc.gui.GuiAppKt"
mainClassName = "sc.gui.GuiAppKt" // not migrating from legacy because of https://github.com/johnrengelman/shadow/issues/609
// these are required because of using JDK >8,
// see https://github.com/controlsfx/controlsfx/wiki/Using-ControlsFX-with-JDK-9-and-above
applicationDefaultJvmArgs = listOf(
Expand All @@ -53,7 +53,7 @@ dependencies {

implementation(kotlin("reflect"))
implementation("no.tornado", "tornadofx", "2.0.0-SNAPSHOT") { exclude("org.jetbrains.kotlin", "kotlin-reflect") }
implementation("io.github.microutils", "kotlin-logging-jvm", "2.0.3")
implementation("io.github.microutils", "kotlin-logging-jvm", "2.0.4")

implementation(fileTree(backend.name + "/server/build/runnable") { include("**/*.jar") })
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1e76551

Please sign in to comment.