File tree Expand file tree Collapse file tree 5 files changed +3
-25
lines changed
src/241-253/233/com/intellij/compat/codeInsight/completion Expand file tree Collapse file tree 5 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 idea-version : [
18- IC-2023.3,
1918 IC-2024.1,
2019 IC-2024.2,
2120 IC-2024.3,
2524 ]
2625 include :
2726
28- - java-version : 17
29- idea-version : IC-2023.3
30-
3127 - java-version : 17
3228 idea-version : IC-2024.1
3329
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ languages that use XPath:
3838See https://rhdunn.github.io/xquery-intellij-plugin/ for the plugin documentation
3939and tutorials.
4040
41- The latest development version of this plugin supports IntelliJ 2023.3 &ndash ; 2025.2.
41+ The latest development version of this plugin supports IntelliJ 2024.1 &ndash ; 2025.2.
4242Older versions of the plugin are compatible with older versions of IntelliJ.
4343
4444### Query Processor and Database Integration
Original file line number Diff line number Diff line change @@ -43,10 +43,8 @@ sourceSets.main {
4343
4444 if (ijVersion.buildVersion >= 253 ) {
4545 java.srcDir(" src/241-253/native" )
46- } else if (ijVersion.buildVersion >= 241 ) {
47- java.srcDir(" src/241-253/241" )
4846 } else {
49- java.srcDir(" src/241-253/233 " )
47+ java.srcDir(" src/241-253/241 " )
5048 }
5149
5250 // Microservices
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7373 <p>Various compatibility and bug fixes.</p>
7474 ]]> </change-notes >
7575
76- <idea-version since-build =" 233 " />
76+ <idea-version since-build =" 241 " />
7777
7878 <xi : include href =" lang-xpm.xml" xpointer =" xpointer(/idea-plugin/*)" />
7979
You can’t perform that action at this time.
0 commit comments