Improve gradle tasks
This commit is contained in:
@@ -59,4 +59,4 @@ interface EmbedExecutable {
|
||||
fun sendQuery(values: Map<String, Any?>): Int
|
||||
fun sendQuery(vararg values: Pair<String, Any?>): Int =
|
||||
sendQuery(values.toMap())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user