updated version, license

master Version_2.18
Robinson 2023-01-16 22:04:12 +01:00
parent 68346cba11
commit 2330b44b79
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- Licensing - License definitions and legal management plugin for the Gradle build system
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/Licensing
Copyright 2021
Copyright 2023
Dorkbox LLC
Extra license information

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "License definitions and legal management plugin for the Gradle build system"
const val group = "com.dorkbox"
const val version = "2.17"
const val version = "2.18"
// set as project.ext
const val name = "Gradle Licensing Plugin"