Fix a bug
This commit is contained in:
parent
8e6a14b3e0
commit
6c0d17299e
@ -13,7 +13,7 @@ class PomTemplate(private val engine: PebbleEngine) : Template {
|
||||
val args: MutableMap<String, Any?> = mutableMapOf(
|
||||
"dependencies" to project.dependencies.sortedBy { it.scope },
|
||||
"repositories" to project.repositories,
|
||||
"kotlinxSerialization" to project.dependencies.any { it.name == "Kotlinx-serialization" },
|
||||
"kotlinxSerialization" to project.dependencies.any { it.name == "kotlinx-serialization" },
|
||||
"versions" to project.dependencies.map { Version(name = it.versionKey, value = it.version) }.toSet()
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user