dumbass cannot even copy paste correctly
This commit is contained in:
parent
b337b9a7db
commit
b1a8c6e2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ mcVersions.forEach { ver ->
|
||||||
manifest {
|
manifest {
|
||||||
attributes(
|
attributes(
|
||||||
"itemeco-Impl-Version" to ver,
|
"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")
|
?: System.getenv("ITEMECO_BUILD_CHANNEL")
|
||||||
?: "dev")
|
?: "dev")
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue