Skip to content

Commit 313b107

Browse files
authored
Upgrade to IDEA 2025.2.1 (#1175)
1 parent eff2ad9 commit 313b107

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
44-
version: [2025.2]
44+
version: [2025.2.1]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: actions/checkout@v4

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
for v in "2025.2"; do
3+
for v in "2025.2.1"; do
44
./build.sh $v
55
done

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ intellijPlatform {
8787
}
8888
pluginVerification {
8989
ides {
90-
ide "2025.2"
90+
ide "2025.2.1"
9191
}
9292
}
9393
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ camelVersion = 4.14.0
22
camelQuarkusVersion = 3.26.0
33
camelKameletVersion = 4.14.0
44
camelKarafVersion = 3.22.4
5-
ideaVersion=2025.2
5+
ideaVersion=2025.2.1
66
mavenResolverVersion=1.9.22
77

88
org.jetbrains.intellij.platform.downloadSources=true

0 commit comments

Comments
 (0)