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

pull/370/head
Jakub Chrzanowski 11 months ago committed by Jakub Chrzanowski
parent c7ca0312af
commit 30c61e42df

@ -5,7 +5,6 @@
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="11" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />

@ -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

Loading…
Cancel
Save