mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Fixed plugin version property name
This commit is contained in:
committed by
Jakub Chrzanowski
parent
81d07df8c4
commit
d0c9ccb1bb
@@ -21,7 +21,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = properties("pluginGroup")
|
||||
version = properties("projectVersion")
|
||||
version = properties("pluginVersion")
|
||||
|
||||
// Configure project's dependencies
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user