mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.changelog
to 1.3.1
This commit is contained in:
parent
9dbfdf9a95
commit
a5db4563c4
@ -5,10 +5,11 @@
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts
|
||||
- Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `2`
|
||||
|
||||
### Changed
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.2.0`
|
||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.3.1`
|
||||
- Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `2`
|
||||
- GitHub Actions general performance refactoring
|
||||
- GitHub Actions - prepare plugin archive content to be archived once
|
||||
- Update `pluginUntilBuild` to include `213.*` (2021.3.*)
|
||||
|
@ -11,7 +11,7 @@ plugins {
|
||||
// Gradle IntelliJ Plugin
|
||||
id("org.jetbrains.intellij") version "1.2.0"
|
||||
// Gradle Changelog Plugin
|
||||
id("org.jetbrains.changelog") version "1.3.0"
|
||||
id("org.jetbrains.changelog") version "1.3.1"
|
||||
// Gradle Qodana Plugin
|
||||
id("org.jetbrains.qodana") version "0.1.13"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user