Skip to content

Commit d2fdfa7

Browse files
committed
Drop support for IntelliJ 2023.3.
1 parent fd01fb3 commit d2fdfa7

File tree

5 files changed

+3
-25
lines changed

5 files changed

+3
-25
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
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,
@@ -25,9 +24,6 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ languages that use XPath:
3838
See https://rhdunn.github.io/xquery-intellij-plugin/ for the plugin documentation
3939
and tutorials.
4040

41-
The latest development version of this plugin supports IntelliJ 2023.3 – 2025.2.
41+
The latest development version of this plugin supports IntelliJ 2024.1 – 2025.2.
4242
Older versions of the plugin are compatible with older versions of IntelliJ.
4343

4444
### Query Processor and Database Integration

src/intellij-compat/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

src/intellij-compat/src/241-253/233/com/intellij/compat/codeInsight/completion/CompletionResultSet.kt

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
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

0 commit comments

Comments
 (0)