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.5.0
This commit is contained in:
parent
82f43ecdc7
commit
14fe3343f0
@ -7,6 +7,7 @@
|
||||
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
|
||||
- Update detekt config to be in line with IJ settings
|
||||
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.5.1`
|
||||
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
|
||||
|
||||
## [0.5.1]
|
||||
|
@ -9,7 +9,7 @@ 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.5.0"
|
||||
id("org.jetbrains.intellij") version "0.5.1"
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user