Skip to content

Commit 54e2059

Browse files
committed
chore: migrate build to 2024.2
bumping minimal version to 2023.1 Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 2b5ef1e commit 54e2059

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/IJ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
IJ: [2022.3, 2023.1, 2023.2, 2023.3, 2024.1, 2024.2]
17+
IJ: [2023.1, 2023.2, 2023.3, 2024.1, 2024.2]
1818

1919
steps:
2020
- uses: actions/checkout@v4

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
node('rhel7'){
44
def recipientList = '[email protected]'
5-
def javaHome = tool 'openjdk-11'
5+
def javaHome = tool 'openjdk-17'
66
env.JAVA_HOME = "${javaHome}"
77

88
try {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platformBundledPlugins=org.jetbrains.plugins.yaml
1515
platformPlugins=com.redhat.devtools.intellij.telemetry:1.2.0.59
1616

1717
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
18-
pluginSinceBuild=223
18+
pluginSinceBuild=231
1919

2020
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2121
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)