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 # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Added
### Changed ### Changed
- Use `-bin` distribution of the Gradle Wrapper
### Deprecated ## [0.8.1]
### Removed
### Fixed
### Security
## [unspecified]
### Added ### Added
- README: Dependencies management section - 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: > **Note:** Dependabot doesn't yet support checking of the Gradle Wrapper. Check the [Gradle Releases][gradle-releases] page and update it with:
> ```bash > ```bash
> ./gradlew wrapper --gradle-version 6.8 --distribution-type=all > ./gradlew wrapper --gradle-version 6.8
> ``` > ```
### Changelog maintenance ### Changelog maintenance

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

Loading…
Cancel
Save