Dependencies - upgrade `org.jetbrains.intellij` to 0.5.0

pull/41/head
Jakub Chrzanowski 4 years ago
parent 1120bc8fcf
commit bb8b13c1d6

@ -5,6 +5,7 @@
## [Unreleased] ## [Unreleased]
### Changed ### Changed
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow - Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
- Dependencies - upgrade `org.jetbrains.intellij` to 0.5.0
## [0.4.0] ## [0.4.0]
### Added ### Added

@ -9,7 +9,7 @@ plugins {
// Kotlin support // Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.4.10" id("org.jetbrains.kotlin.jvm") version "1.4.10"
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "0.4.22" id("org.jetbrains.intellij") version "0.5.0"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.5.0" id("org.jetbrains.changelog") version "0.5.0"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html // detekt linter - read more: https://detekt.github.io/detekt/gradle.html

Loading…
Cancel
Save