dumbass cannot even copy paste correctly

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

View file

@ -79,7 +79,7 @@ mcVersions.forEach { ver ->
manifest {
attributes(
"itemeco-Impl-Version" to ver,
"itemeco-Environment" to (version = project.findProperty("buildChannel")?.toString()
"itemeco-Environment" to (project.findProperty("buildChannel")?.toString()
?: System.getenv("ITEMECO_BUILD_CHANNEL")
?: "dev")
)