Fixed pluginName variable name collision with intellij closure getter in Gradle configuration #29

This commit is contained in:
Jakub Chrzanowski
2020-09-11 09:12:48 +02:00
parent 0579d95400
commit 5f32b01eb5
3 changed files with 10 additions and 3 deletions

View File

@@ -3,6 +3,11 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Changed
- GitHub Actions: allow releasing plugin even for the base project
### Fixed
- `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29
## [0.3.2]
### Changed