Use `-bin` distribution of the Gradle Wrapper

pull/81/head
Jakub Chrzanowski 3 years ago
parent fa116bc219
commit dfd925d1c9

@ -3,18 +3,10 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Added
### Changed
- Use `-bin` distribution of the Gradle Wrapper
### Deprecated
### Removed
### Fixed
### Security
## [unspecified]
## [0.8.1]
### Added
- README: Dependencies management section

@ -231,7 +231,7 @@ Dependabot is a bot provided by GitHub for checking the build configuration file
> **Note:** Dependabot doesn't yet support checking of the Gradle Wrapper. Check the [Gradle Releases][gradle-releases] page and update it with:
> ```bash
> ./gradlew wrapper --gradle-version 6.8 --distribution-type=all
> ./gradlew wrapper --gradle-version 6.8
> ```
### Changelog maintenance

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

Loading…
Cancel
Save