diff --git a/build.gradle.kts b/build.gradle.kts index 50538c1..0504345 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2021 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. @@ -81,7 +81,7 @@ tasks.jar.get().apply { } dependencies { - api("com.dorkbox:Updates:1.1") + implementation("com.dorkbox:Updates:1.1") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0") diff --git a/settings.gradle.kts b/settings.gradle.kts index cce9d6c..bb81d2e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -13,3 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +// Sort via the number of other dorkbox dependencies +rootProject.name = "1 - ${rootProject.name}"