From 570a172e557795bac985ed4a2488b40eff195e00 Mon Sep 17 00:00:00 2001 From: Robinson Date: Mon, 7 Aug 2023 17:29:10 -0600 Subject: [PATCH] Hardcoded project name --- settings.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index cce9d6c..dc42102 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2018 dorkbox, llc + * Copyright 2023 dorkbox, llc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,3 +13,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +rootProject.name = "Desktop"