mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Release build numbers and resilience in the update service.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
|
||||
id("gay.pizza.foundation.concrete-plugin")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -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()]
|
||||
}
|
||||
|
Reference in New Issue
Block a user