File tree 3 files changed +7
-4
lines changed
src/main/resources/META-INF
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Please note
36
36
Change log
37
37
==========
38
38
39
+ - 1.0.9 Compatible with 2018.2
39
40
- 1.0.8 Code improvements. Refactored code.
40
41
- 1.0.7 Bugfix. To be compatible with CLion 2017.3.
41
42
- 1.0.6 Bugfix. Reverted a change that broke this plugin.
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.intellij' version ' 0.3.4 '
2
+ id ' org.jetbrains.intellij' version ' 0.3.5 '
3
3
}
4
4
5
5
import org.apache.tools.ant.taskdefs.condition.Os ;
6
6
7
7
group ' com.github.itechbear'
8
- version ' 1.0.8 '
8
+ version ' 1.0.9 '
9
9
10
10
repositories {
11
11
mavenCentral()
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.github.itechbear.clion.cpplint</id >
3
3
<name >CLion-cpplint</name >
4
- <version >1.0.8 </version >
4
+ <version >1.0.9 </version >
5
5
<
vendor email =
" [email protected] " url =
" https://github.com/itechbear" >itechbear</
vendor >
6
6
7
7
<description ><![CDATA[
27
27
]]> </description >
28
28
29
29
<change-notes ><![CDATA[
30
+ 1.0.9 Compatible with 2018.2 <br /><br />
31
+
30
32
1.0.8 Code improvements. Refactored code <br /><br />
31
33
32
34
1.0.7 Bugfix. To be compatible with CLion 2017.3. <br /><br />
44
46
</change-notes >
45
47
46
48
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
47
- <idea-version since-build =" 172.4574.11 " />
49
+ <idea-version since-build =" 182 " until-build = " 182.* " />
48
50
49
51
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
50
52
on how to target different products -->
You can’t perform that action at this time.
0 commit comments