mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.intellij
to 0.6.4
This commit is contained in:
parent
4975707700
commit
f95ec32e5c
@ -5,6 +5,7 @@
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Upgrade Gradle Wrapper to `6.7.1`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.4`
|
||||
|
||||
## [0.7.0]
|
||||
### Added
|
||||
|
@ -9,13 +9,15 @@ plugins {
|
||||
// Kotlin support
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||
id("org.jetbrains.intellij") version "0.6.3"
|
||||
id("org.jetbrains.intellij") version "0.6.4"
|
||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
id("org.jetbrains.changelog") version "0.6.2"
|
||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||
id("io.gitlab.arturbosch.detekt") version "1.14.2"
|
||||
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
|
||||
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
|
||||
// dependency checker
|
||||
id("com.github.ben-manes.versions") version "0.36.0"
|
||||
}
|
||||
|
||||
// Import variables from gradle.properties file
|
||||
|
Loading…
Reference in New Issue
Block a user