mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Upgrade Gradle Wrapper to 6.8.2
This commit is contained in:
parent
9a7e29c057
commit
c164d65209
@ -5,7 +5,7 @@
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Use `-bin` distribution of the Gradle Wrapper
|
||||
- Upgrade Gradle Wrapper to `6.8.1`
|
||||
- Upgrade Gradle Wrapper to `6.8.2`
|
||||
- Update `pluginVerifierIdeVersions` in `gradle.properties` files
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30`
|
||||
- Configure the `changelog` Gradle plugin
|
||||
|
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.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user