Skip to content

Commit 6373577

Browse files
authored
Remove support for 2021.1 (#3169)
1 parent 0c82111 commit 6373577

File tree

39 files changed

+10
-423
lines changed

39 files changed

+10
-423
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 2021.1.x IDEs"
4+
}

.run/Run IDE - Core [2021.1].run.xml

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

.run/Run IDE - Rider [2021.1].run.xml

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

.run/Run IDE - Ultimate [2021.1].run.xml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We want your feedback!
2323
- Code contributions. See [our contributing guide](CONTRIBUTING.md) for how to get started.
2424

2525
## Supported IDEs
26-
All JetBrains IDEs 2021.1+
26+
All JetBrains IDEs 2021.2+
2727

2828
## Installation
2929

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,6 @@ object IdeVersions {
1616
)
1717

1818
private val ideProfiles = listOf(
19-
Profile(
20-
name = "2021.1",
21-
community = ProductProfile(
22-
sdkFlavor = IdeFlavor.IC,
23-
sdkVersion = "2021.1",
24-
plugins = commonPlugins + listOf(
25-
"java",
26-
"com.intellij.gradle",
27-
"org.jetbrains.idea.maven",
28-
"PythonCore:211.6693.119",
29-
"Docker:211.6693.111"
30-
)
31-
),
32-
ultimate = ProductProfile(
33-
sdkFlavor = IdeFlavor.IU,
34-
sdkVersion = "2021.1",
35-
plugins = commonPlugins + listOf(
36-
"JavaScript",
37-
// Transitive dependency needed for javascript
38-
// Can remove when https://github.com/JetBrains/gradle-intellij-plugin/issues/608 is fixed
39-
"com.intellij.css",
40-
"JavaScriptDebugger",
41-
"com.intellij.database",
42-
"Pythonid:211.6693.115",
43-
"org.jetbrains.plugins.go:211.6693.111"
44-
)
45-
),
46-
rider = RiderProfile(
47-
sdkVersion = "2021.1.5",
48-
plugins = commonPlugins + listOf(
49-
"rider-plugins-appender" // Workaround for https://youtrack.jetbrains.com/issue/IDEA-179607
50-
),
51-
netFrameworkTarget = "net461",
52-
rdGenVersion = "0.211.234",
53-
nugetVersion = "2021.1.0"
54-
)
55-
),
5619
Profile(
5720
name = "2021.2",
5821
community = ProductProfile(

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toolkitVersion=1.45-SNAPSHOT
88
publishToken=
99
publishChannel=
1010

11-
ideProfileName=2021.1
11+
ideProfileName=2021.2
1212

1313
remoteRobotPort=8080
1414

File renamed without changes.

jetbrains-core/src-211/software/aws/toolkits/jetbrains/core/docker/ToolkitDockerAdapter.kt

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

jetbrains-core/src-211/software/aws/toolkits/jetbrains/core/docker/compatability/DockerfileParser.kt

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

0 commit comments

Comments
 (0)