Upgrade Gradle Wrapper to `6.7.1`

pull/63/head
Jakub Chrzanowski 4 years ago
parent ba95bb4000
commit 4975707700

@ -3,17 +3,9 @@
# IntelliJ Platform Plugin Template Changelog # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Added
### Changed ### Changed
- Upgrade Gradle Wrapper to `6.7.1`
### Deprecated
### Removed
### Fixed
### Security
## [0.7.0] ## [0.7.0]
### Added ### Added
- Predefined Run/Debug Configurations - Predefined Run/Debug Configurations

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

Loading…
Cancel
Save