mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added pycharm build version to artifact name
This commit is contained in:
@@ -37,7 +37,7 @@ subprojects {
|
||||
|
||||
afterEvaluate {
|
||||
tasks.getByName('buildPlugin') {
|
||||
archiveName = "$intellij.pluginName-$version-${buildNumber}.zip"
|
||||
archiveName = "$intellij.pluginName-$version-${pycharmVersion}.zip"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user