File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Changed
8
8
- Migrate kover to version 0.8.0
9
+ - Update pluginUntilBuild to support build 242.*
10
+ - Update Gradle to version 9.0
9
11
10
12
### Added
11
13
- Add sonar badge to README.md
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginVersion = 1.0.2
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 233
11
- pluginUntilBuild = 241 .*
11
+ pluginUntilBuild = 242 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IC
@@ -19,7 +19,7 @@ platformVersion = 2023.3.6
19
19
platformPlugins = com.intellij.java, org.jetbrains.kotlin
20
20
21
21
# Gradle Releases -> https://github.com/gradle/gradle/releases
22
- gradleVersion = 8.6
22
+ gradleVersion = 9.0
23
23
24
24
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
25
25
kotlin.stdlib.default.dependency = false
You can’t perform that action at this time.
0 commit comments