Update EGT to 0.6.1
This commit is contained in:
2
jGui
2
jGui
Submodule jGui updated: 1a9b23d0c9...7d60bf0532
@@ -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()
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user