mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Gradle Wrapper upgrade to v6.6.1
This commit is contained in:
parent
8c0d362a67
commit
56ab172a19
@ -5,12 +5,15 @@
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Simplify and optimize GitHub Actions
|
||||
- Gradle Wrapper upgrade to v6.6
|
||||
- Gradle Wrapper upgrade to v6.6.1
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.0
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to 0.4.22
|
||||
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.12.0
|
||||
- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to 9.4.0
|
||||
|
||||
### Fixed
|
||||
- GitHub Actions - cache Gradle dependencies and wrapper separately
|
||||
|
||||
## [0.3.1]
|
||||
### Added
|
||||
- Better handling of the Gradle plugin description extraction from the README file
|
||||
|
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.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user