From f428221d811d00d1fc7dc361a75ba66f541154fe Mon Sep 17 00:00:00 2001 From: Andrew Kozlov Date: Tue, 3 Feb 2026 14:32:27 +0100 Subject: [PATCH] versions updated, compilation fixed --- .github/workflows/publish.yaml | 4 ++-- .idea/vcs.xml | 4 ++++ gradle-252.properties | 3 --- gradle-253.properties | 3 --- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d607b809b3..60318e1612 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,8 +16,8 @@ jobs: strategy: matrix: environmentName: - - 251 - 252 + - 253 fail-fast: false steps: - uses: actions/checkout@v4 @@ -46,8 +46,8 @@ jobs: strategy: matrix: environmentName: - - 251 - 252 + - 253 fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 7aedeff107..61a0c42b4f 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -25,6 +25,10 @@ diff --git a/gradle-252.properties b/gradle-252.properties index e7bec3895d..ad938a0cf0 100644 --- a/gradle-252.properties +++ b/gradle-252.properties @@ -8,6 +8,3 @@ ideaVersion=IU-2025.2.4 clionVersion=CL-2025.2.4 pycharmVersion=PC-2025.2.4 riderVersion=RD-2025.2.4 -# for running idea, pycharm, webstorm or android studio with plugins locally -# Path to pre-built plugin ZIP for runIde tasks (optional, overrides building from source) -localPluginPath=/Users/alexanderpetrov/Downloads/JetBrainsAcademy-2025.11-2025.2-994.zip diff --git a/gradle-253.properties b/gradle-253.properties index 6b9a0c1e5c..7bd02e5ad5 100644 --- a/gradle-253.properties +++ b/gradle-253.properties @@ -8,6 +8,3 @@ ideaVersion=IU-2025.3 clionVersion=CL-2025.3 pycharmVersion=PC-2025.3 riderVersion=RD-2025.3 -# for running idea, pycharm, webstorm or android studio with plugins locally -# Path to pre-built plugin ZIP for runIde tasks (optional, overrides building from source) -localPluginPath=/Users/alexanderpetrov/Downloads/JetBrainsAcademy-2025.11-2025.3-329.zip