File tree 3 files changed +12
-15
lines changed
src/main/resources/META-INF
3 files changed +12
-15
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.1.0 Compatible with 2018.3
39
40
- 1.0.9 Compatible with 2018.2
40
41
- 1.0.8 Code improvements. Refactored code.
41
42
- 1.0.7 Bugfix. To be compatible with CLion 2017.3.
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.intellij' version ' 0.3.5 '
2
+ id ' org.jetbrains.intellij' version ' 0.4.1 '
3
3
}
4
4
5
- import org.apache.tools.ant.taskdefs.condition.Os ;
6
-
7
5
group ' com.github.itechbear'
8
- version ' 1.0.9 '
6
+ version ' 1.1.0 '
9
7
10
8
repositories {
11
9
mavenCentral()
12
10
}
13
11
14
12
intellij {
15
- if (Os . isFamily(Os . FAMILY_WINDOWS )) {
16
- localPath ' D:\\ ProgramFiles\\ CLion'
17
- } else if (Os . isFamily(Os . FAMILY_MAC )) {
18
- localPath System . getProperty(' user.home' ) + ' /Applications/CLion.app/Contents'
19
- } else if (Os . isFamily(Os . FAMILY_UNIX )) {
20
- localPath System . getProperty(' user.home' ) + ' /Applications/CLion'
21
- } else {
22
- localPath ' '
23
- }
13
+ version ' CL-183.4925'
24
14
25
15
plugins = []
26
16
pluginName ' CLion-cpplint'
27
17
}
28
18
19
+ instrumentCode {
20
+ compilerVersion ' 183.4886.37'
21
+ }
22
+
29
23
patchPluginXml {
30
24
changeNotes """
31
25
Add change notes here.<br>
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.9 </version >
4
+ <version >1.1.0 </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.1.0 Compatible with 2018.3 <br /><br />
31
+
30
32
1.0.9 Compatible with 2018.2 <br /><br />
31
33
32
34
1.0.8 Code improvements. Refactored code <br /><br />
46
48
</change-notes >
47
49
48
50
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
49
- <idea-version since-build =" 182 " until-build =" 182 .*" />
51
+ <idea-version since-build =" 183 " until-build =" 183 .*" />
50
52
51
53
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
52
54
on how to target different products -->
You can’t perform that action at this time.
0 commit comments