From 0ca862ad0092355a08f30dae30539ac15cd44066 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Thu, 19 Sep 2024 17:08:41 +0200 Subject: [PATCH] Upgrade to IDEA 2024.2.2 --- .github/workflows/ci-build.yaml | 2 +- build-all.sh | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 44e911d5..59e377ab 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - version: [2023.2.7, 2023.3.8, 2024.1.6, 2024.2.1] + version: [2023.2.7, 2023.3.8, 2024.1.6, 2024.2.2] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/build-all.sh b/build-all.sh index 28e74c7a..31810950 100755 --- a/build-all.sh +++ b/build-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -for v in "2023.2.7" "2023.3.8" "2024.1.6" "2024.2.1"; do +for v in "2023.2.7" "2023.3.8" "2024.1.6" "2024.2.2"; do ./build.sh $v done diff --git a/gradle.properties b/gradle.properties index 7711c86d..997ded94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ camelVersion = 4.8.0 camelQuarkusVersion = 3.14.0 camelKameletVersion = 4.8.0 camelKarafVersion = 3.22.2 -ideaVersion=2024.2.1 +ideaVersion=2024.2.2 mavenResolverVersion=1.9.22 org.jetbrains.intellij.platform.downloadSources=true