mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
CHANGELOG.md update
This commit is contained in:
parent
c2f69293fe
commit
8326ab0d0d
@ -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…
Reference in New Issue
Block a user