Skip to content

Commit aea74d8

Browse files
author
Vitaliy Boyko
committed
Fixed gradle 2
1 parent 1f88ba4 commit aea74d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ intellij {
4949
downloadSources !Boolean.valueOf(System.getenv('CI'))
5050
sandboxDirectory "${project.rootDir}/.idea-sandbox"
5151

52+
patchPluginXml {
53+
changeNotes({ changelog.getLatest().toHTML() })
54+
}
5255
}
5356

5457
sourceSets {
@@ -63,9 +66,6 @@ sourceSets {
6366
}
6467

6568
publishPlugin {
66-
patchPluginXml {
67-
changeNotes(closure { changelog.getLatest().toHTML() })
68-
}
6969
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
7070
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
7171
channels 'alpha'

0 commit comments

Comments
 (0)