Skip to content

Commit 5fe32d7

Browse files
author
Vitaliy Boyko
committed
Adjusted build date to be readable
1 parent d1fddd7 commit 5fe32d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ publishPlugin {
4747
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
4848
if (System.getenv("MAGENTO_PHPSTORM_isAlpha") == true) {
4949
channels 'alpha'
50-
version = version + "-alpha" + "-build" + getDate()
50+
version = version + "-alpha-" + getDate()
5151
}
5252
}
5353

5454
static def getDate() {
5555
def date = new Date()
56-
def formattedDate = date.format('yyyyMMddHHmmss')
56+
def formattedDate = date.format('yyyy-MM-dd-HH-mm')
5757
return formattedDate
5858
}

0 commit comments

Comments
 (0)