Use Gradle wrapper task to handle Gradle updates, Upgrade Gradle Wrapper to 7.1.1

This commit is contained in:
Jakub Chrzanowski
2021-07-05 12:24:43 +02:00
committed by Jakub Chrzanowski
parent d2c3da412d
commit cf290a0653
4 changed files with 9 additions and 2 deletions

View File

@@ -6,11 +6,12 @@
### Added
- GitHub Actions: UI Tests workflow
- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties`
- Use Gradle `wrapper` task to handle Gradle updates
### Changed
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
- Change since/until build to `203-212.*`
- Upgrade Gradle Wrapper to `7.1`
- Upgrade Gradle Wrapper to `7.1.1`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.20`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v2.2.4`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.2`