mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-04 22:01:54 +00:00
Upgrade Gradle Wrapper to 9.2.1
This commit is contained in:
parent
f6ce1eec46
commit
61febf6edf
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Upgrade Gradle Wrapper to `9.2.0`
|
- Upgrade Gradle Wrapper to `9.2.1`
|
||||||
- Update `platformVersion` to `2025.1.6`
|
- Update `platformVersion` to `2025.1.6`
|
||||||
- Change since build to `251` (2025.1)
|
- Change since build to `251` (2025.1)
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.10.4`
|
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.10.4`
|
||||||
|
|||||||
@ -22,7 +22,7 @@ platformBundledPlugins =
|
|||||||
platformBundledModules =
|
platformBundledModules =
|
||||||
|
|
||||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||||
gradleVersion = 9.2.0
|
gradleVersion = 9.2.1
|
||||||
|
|
||||||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
||||||
kotlin.stdlib.default.dependency = false
|
kotlin.stdlib.default.dependency = false
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user