Add custom repositories + arrow
This commit is contained in:
@@ -11,6 +11,7 @@ class PomTemplate(private val engine: PebbleEngine) : Template {
|
||||
override fun render(project: Project): String {
|
||||
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" },
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user