updated version

master Version_2.21
Robinson 2023-02-03 15:39:37 +01:00
parent 69802de2a6
commit d8e8fb8200
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ plugins {
id("com.gradle.plugin-publish") version "1.1.0"
id("com.dorkbox.GradleUtils") version "3.9"
id("com.dorkbox.Licensing") version "2.20"
id("com.dorkbox.Licensing") version "2.21"
id("com.dorkbox.VersionUpdate") version "2.6"
kotlin("jvm") version "1.7.0"
@ -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.20"
const val version = "2.21"
// set as project.ext
const val name = "Gradle Licensing Plugin"