Skip to content

Commit d1fddd7

Browse files
author
Vitaliy Boyko
committed
Fixed the way of naming the alpha version, removed deprecated methods
1 parent bb88a65 commit d1fddd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ publishPlugin {
4747
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
4848
if (System.getenv("MAGENTO_PHPSTORM_isAlpha") == true) {
4949
channels 'alpha'
50-
packageNameSuffix ".alpha"
51-
versionNameSuffix "-alpha" + "-build" + getDate()
50+
version = version + "-alpha" + "-build" + getDate()
5251
}
5352
}
5453

0 commit comments

Comments
 (0)