Updated build deps

Sort via the number of other dorkbox dependencies
master
Robinson 2023-01-22 16:58:23 +01:00
parent a70f3d2bb0
commit 3275224b1d
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2020 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.
@ -26,12 +26,12 @@ gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS // always show th
plugins {
id("com.dorkbox.GradleUtils") version "3.5"
id("com.dorkbox.Licensing") version "2.17"
id("com.dorkbox.GradleUtils") version "3.8"
id("com.dorkbox.Licensing") version "2.19.1"
id("com.dorkbox.VersionUpdate") version "2.5"
id("com.dorkbox.GradlePublish") version "1.13"
id("com.dorkbox.GradlePublish") version "1.17"
kotlin("jvm") version "1.6.10"
kotlin("jvm") version "1.8.0"
}
object Extras {

View File

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