mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.12.0, upgrade org.jlleitschuh.gradle.ktlint to 9.4.0
This commit is contained in:
		
							parent
							
								
									9b770b6fdb
								
							
						
					
					
						commit
						02383572e7
					
				@ -6,9 +6,10 @@
 | 
				
			|||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
- Simplify and optimize GitHub Actions
 | 
					- Simplify and optimize GitHub Actions
 | 
				
			||||||
- Gradle Wrapper upgrade to v6.6
 | 
					- Gradle Wrapper upgrade to v6.6
 | 
				
			||||||
- Update Gradle plugin `gradle-intellij-plugin` to 0.4.22
 | 
					- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.0
 | 
				
			||||||
- Dependencies - bump org.jetbrains.kotlin.jvm to 1.4.0
 | 
					- Dependencies - upgrade `org.jetbrains.intellij` to 0.4.22
 | 
				
			||||||
- Dependencies - bump io.gitlab.arturbosch.detekt to 1.11.0
 | 
					- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.12.0
 | 
				
			||||||
 | 
					- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to 9.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [0.3.1]
 | 
					## [0.3.1]
 | 
				
			||||||
### Added
 | 
					### Added
 | 
				
			||||||
 | 
				
			|||||||
@ -13,9 +13,9 @@ plugins {
 | 
				
			|||||||
    // 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.4.0"
 | 
					    id("org.jetbrains.changelog") version "0.4.0"
 | 
				
			||||||
    // 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.11.0"
 | 
					    id("io.gitlab.arturbosch.detekt") version "1.12.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.3.0"
 | 
					    id("org.jlleitschuh.gradle.ktlint") version "9.4.0"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Import variables from gradle.properties file
 | 
					// Import variables from gradle.properties file
 | 
				
			||||||
@ -38,7 +38,7 @@ repositories {
 | 
				
			|||||||
    jcenter()
 | 
					    jcenter()
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.11.0")
 | 
					    detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.12.0")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Configure gradle-intellij-plugin plugin.
 | 
					// Configure gradle-intellij-plugin plugin.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user