kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
179 stars 25 forks source link

Update plugin org.jetbrains.intellij to v1.6.0 #177

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.intellij 1.5.3 -> 1.6.0 age adoption passing confidence

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.