updated version

This commit is contained in:
Robinson 2021-08-14 16:46:52 -06:00
parent 40d2eb2d2a
commit e5222791c4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists