Switch Gradle Wrapper to `-all` to improve the IntelliSense #48

pull/50/head
Jakub Chrzanowski 4 years ago
parent 4a7d604420
commit 62de3caee0

@ -3,17 +3,9 @@
# IntelliJ Platform Plugin Template Changelog # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Added
### Changed ### Changed
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
### Deprecated
### Removed
### Fixed
### Security
## [0.5.1] ## [0.5.1]
### Added ### Added
- Missing properties in the `gradle.properties` template file - Missing properties in the `gradle.properties` template file

@ -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-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

Loading…
Cancel
Save