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.2
This commit is contained in:
parent
c90746c66b
commit
904e16d187
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -25,7 +25,7 @@ platformPlugins =
|
||||
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
|
||||
javaVersion = 11
|
||||
|
||||
gradleVersion = 7.1.1
|
||||
gradleVersion = 7.2
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library.
|
||||
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
||||
|
@ -15,7 +15,7 @@
|
||||
- GitHub Actions: Use Java 11
|
||||
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
|
||||
- Change since/until build to `203-212.*`
|
||||
- Upgrade Gradle Wrapper to `7.1.1`
|
||||
- Upgrade Gradle Wrapper to `7.2`
|
||||
- Gradle – Changelog plugin configuration update
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.21`
|
||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.1`
|
||||
|
@ -274,7 +274,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 your `gradle.properties` file with:
|
||||
> ```properties
|
||||
> gradleVersion = 7.1.1
|
||||
> gradleVersion = 7.2
|
||||
> ```
|
||||
> and run
|
||||
> ```bash
|
||||
|
@ -25,7 +25,7 @@ platformPlugins =
|
||||
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
|
||||
javaVersion = 11
|
||||
|
||||
gradleVersion = 7.1.1
|
||||
gradleVersion = 7.2
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library.
|
||||
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
||||
|
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-7.1.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user