fix big issue extern gui wrongly tested

This commit is contained in:
alexcrea 2025-12-29 15:20:28 +01:00
parent 89eec84a66
commit be7f4d0bcb
Signed by: alexcrea
GPG key ID: E346CD16413450E3
3 changed files with 11 additions and 9 deletions

View file

@ -8,7 +8,7 @@ plugins {
kotlin("jvm") version "2.1.0"
java
id("org.jetbrains.dokka").version("1.9.20")
id("com.gradleup.shadow").version("9.0.0-beta16")
id("com.gradleup.shadow").version("9.3.0")
// Maven publish
`maven-publish`
signing
@ -18,7 +18,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.15.7"
version = "1.15.8"
val effectiveVersion = "$version" +
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")