nor read all the errors

This commit is contained in:
Tenkuma 2025-12-31 15:22:56 -03:00 committed by GitHub
commit 509d779bc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ plugins {
}
group = "io.github.adrianvic.itemeconomy"
version = version = project.findProperty("versionName")?.toString()
version = project.findProperty("versionName")?.toString()
?: System.getenv("ITEMECO_VERSION_NAME")
?: "unknown"