Release build numbers and resilience in the update service.

This commit is contained in:
2023-02-03 13:20:21 -08:00
parent 0995e8813e
commit 495601d085
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
plugins {
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
id("gay.pizza.foundation.concrete-plugin")
}
dependencies {

View File

@ -21,9 +21,9 @@ object UpdateService {
sender.sendMessage("Updates:")
modules.forEach { (name, manifest) ->
// Dumb naming problem. Don't want to fix it right now.
// Foolish naming problem. Don't want to fix it right now.
val plugin = if (name == "foundation-core") {
plugins["foundation"]
plugins["foundation"] ?: plugins[name.lowercase()]
} else {
plugins[name.lowercase()]
}