mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - bump ktlint to 9.3.0
This commit is contained in:
parent
1f28b21bcb
commit
ca741cec1a
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
|
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
|
||||||
|
- Dependencies - bump ktlint to 9.3.0
|
||||||
|
|
||||||
## [0.3.1]
|
## [0.3.1]
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -15,7 +15,7 @@ plugins {
|
|||||||
// detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html
|
// detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html
|
||||||
id("io.gitlab.arturbosch.detekt") version "1.10.0"
|
id("io.gitlab.arturbosch.detekt") version "1.10.0"
|
||||||
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
|
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
|
||||||
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
|
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Import variables from gradle.properties file
|
// Import variables from gradle.properties file
|
||||||
|
Loading…
Reference in New Issue
Block a user