Upgrade kotlin, kotlinx-html, gradle, shadow
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user