We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f88ba4 commit aea74d8Copy full SHA for aea74d8
build.gradle
@@ -49,6 +49,9 @@ intellij {
49
downloadSources !Boolean.valueOf(System.getenv('CI'))
50
sandboxDirectory "${project.rootDir}/.idea-sandbox"
51
52
+ patchPluginXml {
53
+ changeNotes({ changelog.getLatest().toHTML() })
54
+ }
55
}
56
57
sourceSets {
@@ -63,9 +66,6 @@ sourceSets {
63
66
64
67
65
68
publishPlugin {
- patchPluginXml {
- changeNotes(closure { changelog.getLatest().toHTML() })
- }
69
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
70
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
71
channels 'alpha'
0 commit comments