JetBrains/gradle-intellij-plugin
### [`v1.6.0`](https://togithub.com/JetBrains/gradle-intellij-plugin/blob/HEAD/CHANGES.md#160)
##### Added
- Added `BuildFeature` feature flags. See [Feature Flags](https://togithub.com/JetBrains/gradle-intellij-plugin#build-features) in README.
- Added `--jbr-illegal-access` and `-XX:+IgnoreUnrecognizedVMOptions` flags for tasks based on `RunIdeBase` to support `2022.2` which runs on Java 17
- For JBR 17, `dcevm` is bundled by default. As a consequence, separated `dcevm` and `nomod` variants are no longer available.
- `instrumentCode` task â incremental instrumentation [#459](../../issues/459)
- Add `intellijRepository` to the beginning of the repositories list when resolving dependencies [#615](../../issues/615)
- Set `-Djdk.module.illegalAccess.silent=true` flag by default to mute `WARNING: An illegal reflective access operation has occurred`
- Add `java.system.class.loader=com.intellij.util.lang.PathClassLoader` system property for tests run on 221+
- Integration Tests: Cover `instrumentCode` task
##### Changed
- Set minimal supported Gradle version from `6.6` to `6.7`
- Throw an exception instead of warning when both `intellij.localPath` and `intellij.version` are specified
- Publish sources and javadocs within the release [#810](../../issues/810)
##### Fixed
- Fix for `getHeaderField("Location") must not be null` [#960](../../issues/960)
- `instrumentCode` task â changes in Kotlin code no longer rebuild the plugin [#959](../../issues/959)
- Could not resolve JBR for 222-EAP-SNAPSHOT [#997](../../issues/997)
- Kotlin-generated classes aren't packed into the plugin distribution [#978](../../issues/978)
- Fixed version parsing for `listProductsReleases` task which resulted in incorrect IDE releases versions [#995](../../issues/995)
- Release `plugin.xml` file after reading it [IDEA-291836](https://youtrack.jetbrains.com/issue/IDEA-291836)
Configuration
đ Schedule: At any time (no schedule defined).
đŚ Automerge: Disabled by config. Please merge this manually once you are satisfied.
âť Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
đ Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.5.3
->1.6.0
Release Notes
JetBrains/gradle-intellij-plugin
### [`v1.6.0`](https://togithub.com/JetBrains/gradle-intellij-plugin/blob/HEAD/CHANGES.md#160) ##### Added - Added `BuildFeature` feature flags. See [Feature Flags](https://togithub.com/JetBrains/gradle-intellij-plugin#build-features) in README. - Added `--jbr-illegal-access` and `-XX:+IgnoreUnrecognizedVMOptions` flags for tasks based on `RunIdeBase` to support `2022.2` which runs on Java 17 - For JBR 17, `dcevm` is bundled by default. As a consequence, separated `dcevm` and `nomod` variants are no longer available. - `instrumentCode` task â incremental instrumentation [#459](../../issues/459) - Add `intellijRepository` to the beginning of the repositories list when resolving dependencies [#615](../../issues/615) - Set `-Djdk.module.illegalAccess.silent=true` flag by default to mute `WARNING: An illegal reflective access operation has occurred` - Add `java.system.class.loader=com.intellij.util.lang.PathClassLoader` system property for tests run on 221+ - Integration Tests: Cover `instrumentCode` task ##### Changed - Set minimal supported Gradle version from `6.6` to `6.7` - Throw an exception instead of warning when both `intellij.localPath` and `intellij.version` are specified - Publish sources and javadocs within the release [#810](../../issues/810) ##### Fixed - Fix for `getHeaderField("Location") must not be null` [#960](../../issues/960) - `instrumentCode` task â changes in Kotlin code no longer rebuild the plugin [#959](../../issues/959) - Could not resolve JBR for 222-EAP-SNAPSHOT [#997](../../issues/997) - Kotlin-generated classes aren't packed into the plugin distribution [#978](../../issues/978) - Fixed version parsing for `listProductsReleases` task which resulted in incorrect IDE releases versions [#995](../../issues/995) - Release `plugin.xml` file after reading it [IDEA-291836](https://youtrack.jetbrains.com/issue/IDEA-291836)Configuration
đ Schedule: At any time (no schedule defined).
đŚ Automerge: Disabled by config. Please merge this manually once you are satisfied.
âť Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
đ Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.