CHANGELOG.md update

pull/310/head
Jakub Chrzanowski 2 years ago
parent c2f69293fe
commit 8326ab0d0d
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -12,8 +12,10 @@
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.1`
### Changed
- Update `changelog` extension configuration in `build.gradle.kts` file
- Use `kotlin.jvmToolchain(11)` shorthand in Gradle configuration
- Dependencies - upgrade `org.jetbrains.intellij` to `1.9.0`
- Dependencies - upgrade `org.jetbrains.changelog` to `2.0.0`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.7.20`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.2`
- Use `file` instead of `projectDir.resolve` in Gradle configuration file

@ -43,7 +43,6 @@ intellij {
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
changelog {
version.set(properties("pluginVersion"))
groups.set(emptyList())
repositoryUrl.set(properties("pluginRepositoryUrl"))
}

Loading…
Cancel
Save