Remove gradleJvm property from the .idea/gradle.xml file

This commit is contained in:
Jakub Chrzanowski
2023-06-02 13:34:15 +02:00
committed by Jakub Chrzanowski
parent c7ca0312af
commit 30c61e42df
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,9 @@
- Example code - Fixed deprecated usage of `ContentFactory` in `MyToolWindowFactory` Jakub Chrzanowski A minute ago d454bc09
- Example code - Migrate from the deprecated `FrameStateListener.onFrameActivated()` to `ApplicationActivationListener.applicationActivated(IdeFrame)`
### Removed
- Remove `gradleJvm` property from the `.idea/gradle.xml` file
## [1.6.0] - 2023-04-13
### Added