Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [2025.2.1]
version: [2025.2.2]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions build-all.sh

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ intellijPlatform {
}
pluginVerification {
ides {
ide "2025.2.1"
ide "${ideaVersion}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ camelVersion = 4.14.0
camelQuarkusVersion = 3.26.0
camelKameletVersion = 4.14.0
camelKarafVersion = 3.22.4
ideaVersion=2025.2.1
ideaVersion=2025.2.2
mavenResolverVersion=1.9.22

org.jetbrains.intellij.platform.downloadSources=true
Expand Down
Loading