mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Use -bin
distribution of the Gradle Wrapper
This commit is contained in:
parent
fa116bc219
commit
dfd925d1c9
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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…
Reference in New Issue
Block a user