mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Upgrade Gradle Wrapper to 7.3
This commit is contained in:
parent
3960a508a2
commit
1ec609b25a
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -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.2
|
gradleVersion = 7.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.
|
||||||
|
@ -340,7 +340,7 @@ Dependabot is a bot provided by GitHub to check the build configuration files an
|
|||||||
> **NOTE:** Dependabot doesn't yet support checking of the Gradle Wrapper.
|
> **NOTE:** Dependabot doesn't yet support checking of the Gradle Wrapper.
|
||||||
> Check the [Gradle Releases][gradle-releases] page and update your `gradle.properties` file with:
|
> Check the [Gradle Releases][gradle-releases] page and update your `gradle.properties` file with:
|
||||||
> ```properties
|
> ```properties
|
||||||
> gradleVersion = 7.2
|
> gradleVersion = 7.3
|
||||||
> ```
|
> ```
|
||||||
> and run
|
> and run
|
||||||
> ```bash
|
> ```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user