File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - Update gradle.properties to be compatible with CLion 242.*
10
+
7
11
## [ 2.0.4] - 2024-02-13
8
12
9
13
### Changed
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.jfrog.conan.clion
4
4
pluginName = Conan
5
5
pluginRepositoryUrl = https://github.com/conan-io/conan-clion-plugin/
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.0.4
7
+ pluginVersion = 2.0.5
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 = 223
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 = CL
You can’t perform that action at this time.
0 commit comments