updated build info

Sort via the number of other dorkbox dependencies
This commit is contained in:
Robinson 2023-01-22 16:53:32 +01:00
parent bbaf3648fb
commit c453944918
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 5 additions and 2 deletions

View File

@ -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")

View File

@ -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}"