File tree 5 files changed +9
-6
lines changed
src/main/resources/META-INF
5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
- IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
7
7
- IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
8
8
- IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
9
- - IDEA_VERSION=IC-2019.2.2 GRAMMAR_KIT_VERSION=2017.1.7
9
+ - IDEA_VERSION=IC-2019.2.3 GRAMMAR_KIT_VERSION=2017.1.7
10
10
# - IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=07f30a1e7666f36ae780f614b6bbc89690ba36c3
11
11
12
12
script : xvfb-run gradle check
Original file line number Diff line number Diff line change
1
+ 2.7.1
2
+ Sep 26, 2019
3
+
4
+ Support for IDE v192.*
5
+
1
6
2.7.0
2
7
Sep 16, 2019
3
8
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jacocoTestReport {
24
24
}
25
25
26
26
group ' net.seesharpsoft.intellij.plugins'
27
- version pluginVersion
27
+ version ' 2.7.1 '
28
28
29
29
apply plugin : ' java'
30
30
sourceCompatibility = javaVersion
71
71
apply plugin : ' org.jetbrains.intellij'
72
72
intellij {
73
73
// IDE version - https://www.jetbrains.com/intellij-repository/releases
74
- version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' IC-191.5701.16 ' )
74
+ version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' IC-192.6817.14 ' )
75
75
pluginName = ' CSV Plugin'
76
76
instrumentCode = true
77
77
updateSinceUntilBuild = false
Original file line number Diff line number Diff line change 3
3
# https://www.jetbrains.com/intellij-repository/snapshots
4
4
5
5
name ='CSV Plugin'
6
- pluginVersion =2.7.0
7
6
javaVersion =1.8
8
7
javaTargetVersion =1.8
9
- downloadIntellijSources =false
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ FIX: enter edit mode via keyboard (e.g. ENTER key in cell)
53
53
</change-notes >
54
54
55
55
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
56
- <idea-version since-build =" 163.10154" until-build =" 192.6603.28 " />
56
+ <idea-version since-build =" 163.10154" until-build =" 192.* " />
57
57
58
58
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
59
59
on how to target different products -->
You can’t perform that action at this time.
0 commit comments