This commit is contained in:
Jakub Chrzanowski
2021-09-02 15:44:46 +02:00
committed by Jakub Chrzanowski
parent 9ed85a5ab3
commit b1f751c5f7
10 changed files with 107 additions and 36 deletions

View File

@@ -5,11 +5,13 @@
## [Unreleased]
### Added
- Plugin Signing run configuration
- GitHub Actions: UI Tests workflow
- Qodana integration
- Functional tests
- UI tests
- `Run Qodana` run configuration
- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties`
- Use Gradle `wrapper` task to handle Gradle updates
- JVM compatibility version extracted to `gradle.properties` file
- `Publish Plugin` run configuration
### Changed
- GitHub Actions: Use Java 11