From 1433fccaf109447e8ecf691f3749c28078179b41 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sun, 23 Jun 2024 16:18:38 +0200 Subject: [PATCH] Update EGT to 0.6.1 --- jGui | 2 +- root.gradle.kts | 1 - settings.gradle.kts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jGui b/jGui index 1a9b23d0..7d60bf05 160000 --- a/jGui +++ b/jGui @@ -1 +1 @@ -Subproject commit 1a9b23d0c92223bf3e6859452854066e841e0eb2 +Subproject commit 7d60bf0532fe49f14575f725513e800b58613d47 diff --git a/root.gradle.kts b/root.gradle.kts index b97e261f..9fba13eb 100755 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -4,7 +4,6 @@ import java.io.ByteArrayOutputStream plugins { id("gg.essential.multi-version.root") id("com.github.hierynomus.license") version "0.15.0" - kotlin("jvm") version "1.9.24" apply false // workaround for EGT crashing without } val latestVersion = file("version.txt").readLines().first() diff --git a/settings.gradle.kts b/settings.gradle.kts index c38a151c..4607dcc2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -11,7 +11,7 @@ pluginManagement { maven("https://repo.essential.gg/repository/maven-public") } plugins { - id("gg.essential.multi-version.root") version "0.6.0" + id("gg.essential.multi-version.root") version "0.6.1" id("com.github.johnrengelman.shadow") version "8.1.1" } }