Update EGT to 0.6.1

This commit is contained in:
Jonas Herzig
2024-06-23 16:18:38 +02:00
parent 310dc90e11
commit 1433fccaf1
3 changed files with 2 additions and 3 deletions

View File

@@ -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()