updated build deps, kotlin 1.9.0

master
Robinson 2023-10-02 16:15:03 +02:00
parent fdd0e79e27
commit e56985f976
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 25 deletions

View File

@ -1,26 +1,3 @@
/*
* 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Build_gradle.Extras.id
import Build_gradle.Extras.url
import Build_gradle.Extras.vendor
import Build_gradle.Extras.vendorUrl
import org.gradle.internal.impldep.org.fusesource.jansi.AnsiRenderer.test
import kotlin.text.Typography.copyright
/*
* Copyright 2023 dorkbox, llc
*
@ -49,9 +26,9 @@ plugins {
id("com.dorkbox.GradleUtils") version "3.17"
id("com.dorkbox.Licensing") version "2.24"
id("com.dorkbox.VersionUpdate") version "2.8"
id("com.dorkbox.GradlePublish") version "1.18"
id("com.dorkbox.GradlePublish") version "1.20"
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.9.0"
}
object Extras {