Skip to content

Commit ac981c5

Browse files
committed
Update pluginUntilBuild to support build 242.* and update Gradle to version 9.0
1 parent 7d8071f commit ac981c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Changed
88
- Migrate kover to version 0.8.0
9+
- Update pluginUntilBuild to support build 242.*
10+
- Update Gradle to version 9.0
911

1012
### Added
1113
- Add sonar badge to README.md

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginVersion = 1.0.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233
11-
pluginUntilBuild = 241.*
11+
pluginUntilBuild = 242.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC
@@ -19,7 +19,7 @@ platformVersion = 2023.3.6
1919
platformPlugins = com.intellij.java, org.jetbrains.kotlin
2020

2121
# Gradle Releases -> https://github.com/gradle/gradle/releases
22-
gradleVersion = 8.6
22+
gradleVersion = 9.0
2323

2424
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2525
kotlin.stdlib.default.dependency = false

0 commit comments

Comments
 (0)