CHANGELOG.md update

This commit is contained in:
Jakub Chrzanowski 2022-10-29 23:32:29 +02:00
parent c2f69293fe
commit 8326ab0d0d
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 1 deletions

View File

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

View 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"))
}