File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 66 - IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
77 - IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
88 - 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
1010# - IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=07f30a1e7666f36ae780f614b6bbc89690ba36c3
1111
1212script : 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+
162.7.0
27Sep 16, 2019
38
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jacocoTestReport {
2424}
2525
2626group ' net.seesharpsoft.intellij.plugins'
27- version pluginVersion
27+ version ' 2.7.1 '
2828
2929apply plugin : ' java'
3030sourceCompatibility = javaVersion
7171apply plugin : ' org.jetbrains.intellij'
7272intellij {
7373 // 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 ' )
7575 pluginName = ' CSV Plugin'
7676 instrumentCode = true
7777 updateSinceUntilBuild = false
Original file line number Diff line number Diff line change 33# https://www.jetbrains.com/intellij-repository/snapshots
44
55name ='CSV Plugin'
6- pluginVersion =2.7.0
76javaVersion =1.8
87javaTargetVersion =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)
5353 </change-notes >
5454
5555 <!-- 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.* " />
5757
5858 <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
5959 on how to target different products -->
You can’t perform that action at this time.
0 commit comments