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

This commit is contained in:
Jakub Chrzanowski 2020-10-16 14:48:19 +02:00
parent 4a7d604420
commit 62de3caee0
2 changed files with 2 additions and 10 deletions

View File

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

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
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
zipStorePath=wrapper/dists