Updated build deps, license

master
Robinson 2023-01-17 01:57:24 +01:00
parent 8b95725ad6
commit 554d2c363d
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 18 additions and 3 deletions

15
LICENSE
View File

@ -11,3 +11,18 @@
https://www.xiam.nl https://www.xiam.nl
Copyright 2016 Copyright 2016
XIAM Solutions B.V. XIAM Solutions B.V.
- Updates - Software Update Management
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/Updates
Copyright 2021
Dorkbox LLC
Extra license information
- Kotlin -
[The Apache Software License, Version 2.0]
https://github.com/JetBrains/kotlin
Copyright 2020
JetBrains s.r.o. and Kotlin Programming Language contributors
Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply
See: https://github.com/JetBrains/kotlin/blob/master/license/README.md

View File

@ -30,10 +30,10 @@ gradle.startParameter.warningMode = WarningMode.All
plugins { plugins {
java java
id("com.dorkbox.GradleUtils") version "3.7" id("com.dorkbox.GradleUtils") version "3.8"
id("com.dorkbox.Licensing") version "2.18" id("com.dorkbox.Licensing") version "2.19"
id("com.dorkbox.VersionUpdate") version "2.5" id("com.dorkbox.VersionUpdate") version "2.5"
id("com.dorkbox.GradlePublish") version "1.15" id("com.dorkbox.GradlePublish") version "1.17"
kotlin("jvm") version "1.8.0" kotlin("jvm") version "1.8.0"
} }