Skip to content

Commit 480bcc6

Browse files
authored
Drop support for IDE 232 / Gateway 241 (#4785)
1 parent 1feb2be commit 480bcc6

File tree

61 files changed

+23
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+23
-368
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "Removed support for 2023.2.x IDEs"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "Removed support for Gateway 2024.1"
4+
}

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
generate_artifact_toolkit_standalone:
1515
strategy:
1616
matrix:
17-
supported_versions: [ '2023.3', '2023.2', '2024.1', '2024.2' ]
17+
supported_versions: [ '2023.3', '2024.1', '2024.2' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
generate_artifact_q:
4747
strategy:
4848
matrix:
49-
supported_versions: [ '2023.3', '2023.2', '2024.1', '2024.2' ]
49+
supported_versions: [ '2023.3', '2024.1', '2024.2' ]
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
generate_artifact_core:
7676
strategy:
7777
matrix:
78-
supported_versions: [ '2023.3', '2023.2', '2024.1', '2024.2' ]
78+
supported_versions: [ '2023.3', '2024.1', '2024.2' ]
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v4

.run/Run AWS Toolkit - Community [2023.2].run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.run/Run AWS Toolkit - Gateway [2024.1].run.xml renamed to .run/Run AWS Toolkit - Gateway [2024.2].run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="Run AWS Toolkit - Gateway [2024.1]" type="GradleRunConfiguration" factoryName="Gradle" folderName="2024.1">
2+
<configuration default="false" name="Run AWS Toolkit - Gateway [2024.2]" type="GradleRunConfiguration" factoryName="Gradle" folderName="2024.2">
33
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/jetbrains-gateway/build/idea-sandbox/system/log/idea.log" />
44
<ExternalSystemSettings>
55
<option name="executionName" />
66
<option name="externalProjectPath" value="$PROJECT_DIR$/plugins/toolkit/jetbrains-gateway" />
77
<option name="externalSystemIdString" value="GRADLE" />
8-
<option name="scriptParameters" value="-PideProfileName=2024.1" />
8+
<option name="scriptParameters" value="-PideProfileName=2024.2" />
99
<option name="taskDescriptions">
1010
<list />
1111
</option>

.run/Run AWS Toolkit - Rider [2023.2].run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.run/Run AWS Toolkit - Ultimate [2023.2].run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.run/Run All - Community [2023.2].run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.run/Run All - Rider [2023.2].run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.run/Run All - Ultimate [2023.2].run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)