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.5.1
This commit is contained in:
parent
00bef827ee
commit
1dfd8ffe44
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -18,7 +18,7 @@ platformVersion = 2021.3.3
|
||||
platformPlugins =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 7.5
|
||||
gradleVersion = 7.5.1
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
@ -10,7 +10,7 @@
|
||||
- Exclude `.qodana` directory from Qodana analysis
|
||||
|
||||
### Changed
|
||||
- Upgrade Gradle Wrapper to `7.5`
|
||||
- Upgrade Gradle Wrapper to `7.5.1`
|
||||
- Update `platformVersion` to `2021.3.3`
|
||||
- Change since/until build to `213-222.*` (2021.3 - 2022.2)
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.0`
|
||||
|
@ -362,7 +362,7 @@ Dependabot is a bot provided by GitHub to check the build configuration files an
|
||||
> 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.5
|
||||
> gradleVersion = ...
|
||||
> ```
|
||||
> and run
|
||||
> ```bash
|
||||
|
@ -18,7 +18,7 @@ platformVersion = 2021.3.3
|
||||
platformPlugins =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 7.5
|
||||
gradleVersion = 7.5.1
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
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.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user