mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 02:20:44 +00:00
fix typo
This commit is contained in:
@@ -186,7 +186,7 @@ val templateDest = layout.buildDirectory.dir("generated/sources/templates")!!
|
|||||||
val generateTemplates = tasks.register<Copy>("generateTemplates") {
|
val generateTemplates = tasks.register<Copy>("generateTemplates") {
|
||||||
inputs.properties(
|
inputs.properties(
|
||||||
"environment" to when {
|
"environment" to when {
|
||||||
project.hasProperty("release") -> "producction"
|
project.hasProperty("release") -> "production"
|
||||||
project.hasProperty("argghh") -> "Argghh!"
|
project.hasProperty("argghh") -> "Argghh!"
|
||||||
else -> "development"
|
else -> "development"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user