Upgrade Gradle Wrapper to 7.3.3

This commit is contained in:
Jakub Chrzanowski 2022-01-10 13:52:01 +01:00 committed by Jakub Chrzanowski
parent 17e4ffca31
commit 265ff0e29d
4 changed files with 6 additions and 4 deletions

View File

@ -23,7 +23,7 @@ platformPlugins =
javaVersion = 11 javaVersion = 11
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.3 gradleVersion = 7.3.3
# Opt-out flag for bundling Kotlin standard library. # Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

View File

@ -3,6 +3,8 @@
# IntelliJ Platform Plugin Template Changelog # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Changed
- Upgrade Gradle Wrapper to `7.3.3`
## [1.1.0] ## [1.1.0]
### Added ### Added
@ -295,4 +297,4 @@
### Added ### Added
- Initial project scaffold - Initial project scaffold
- GitHub Actions to automate testing and deployment - GitHub Actions to automate testing and deployment
- Kotlin support - Kotlin support

View File

@ -23,7 +23,7 @@ platformPlugins =
javaVersion = 11 javaVersion = 11
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.3 gradleVersion = 7.3.3
# Opt-out flag for bundling Kotlin standard library. # Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

View File

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