Fixed plugin version property name

This commit is contained in:
Pr1st0n 2021-02-26 11:45:01 +01:00 committed by Jakub Chrzanowski
parent 81d07df8c4
commit d0c9ccb1bb

View File

@ -21,7 +21,7 @@ plugins {
}
group = properties("pluginGroup")
version = properties("projectVersion")
version = properties("pluginVersion")
// Configure project's dependencies
repositories {