mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade io.gitlab.arturbosch.detekt
to 1.14.2
This commit is contained in:
parent
06726f13c3
commit
e44bf3c3ec
@ -6,6 +6,7 @@
|
||||
### Changed
|
||||
- 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`
|
||||
|
||||
## [0.5.1]
|
||||
### Added
|
||||
|
@ -13,7 +13,7 @@ plugins {
|
||||
// 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.1"
|
||||
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"
|
||||
}
|
||||
@ -41,7 +41,7 @@ repositories {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.14.1")
|
||||
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.14.2")
|
||||
}
|
||||
|
||||
// Configure gradle-intellij-plugin plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user