File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
- Bump dependencies to their latest versions
5
5
- Support latest IntelliJ 2024.2.*
6
- - Bump Gradle version to 8.9
6
+ - Bump Gradle version to 8.10
7
7
- Migrate latest changes of intellij-platform-plugin-template v2.0.1
8
8
9
9
## [ 1.1.4] - 2024-04-15
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ platformPlugins =
18
18
platformBundledPlugins = com.intellij.database
19
19
20
20
# Gradle Releases -> https://github.com/gradle/gradle/releases
21
- gradleVersion = 8.9
21
+ gradleVersion = 8.10
22
22
org.gradle.jvmargs =-Xmx1g
23
23
24
24
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments