Skip to content

Commit 1f88ba4

Browse files
author
Vitaliy Boyko
committed
Fixed gradle
1 parent 17f475c commit 1f88ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ sourceSets {
6363
}
6464

6565
publishPlugin {
66-
changeNotes({ changelog.getLatest().toHTML() })
66+
patchPluginXml {
67+
changeNotes(closure { changelog.getLatest().toHTML() })
68+
}
6769
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
6870
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
6971
channels 'alpha'

0 commit comments

Comments
 (0)