mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Integration with IntelliJ Plugin Verifier through the Gradle IntelliJ Plugin runPluginVerifier task
This commit is contained in:
committed by
GitHub
parent
14fe3343f0
commit
2de45ab6ce
@@ -3,13 +3,19 @@
|
||||
# IntelliJ Platform Plugin Template Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Integration with [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier) through the [Gradle IntelliJ Plugin](https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl) `runPluginVerifier` task
|
||||
|
||||
### 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`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.5.1`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.1`
|
||||
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
|
||||
|
||||
### Removed
|
||||
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
|
||||
|
||||
## [0.5.1]
|
||||
### Added
|
||||
- Missing properties in the `gradle.properties` template file
|
||||
|
||||
Reference in New Issue
Block a user