Upgrade kotlin, kotlinx-html, gradle, shadow

This commit is contained in:
2021-05-06 10:41:38 +02:00
parent 7ad8b7039b
commit 1e0fe12396
6 changed files with 5 additions and 17 deletions
@@ -14,7 +14,6 @@ tasks.named<DependencyUpdatesTask>("dependencyUpdates").configure {
when {
candidate.group == "org.eclipse.jetty" && candidate.version.startsWith("11.") -> reject("javax -> jakarta")
candidate.group == "me.liuwj.ktorm" && candidate.version != "3.0.0" -> reject("SQL Case sensitivity changed")
}
}
}