Skip to content

Commit

Permalink
chore: drop 221: Remove references to JetBrains IDEs 2022.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Sep 3, 2024
1 parent c462a63 commit abf17ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 422 deletions.
48 changes: 0 additions & 48 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ http_archive(
url = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2021.2.4/ideaIC-2021.2.4.zip",
)

# The plugin api for intellij_ce_2022_1. This is required to build IJwB and run integration tests.
http_archive(
name = "intellij_ce_2022_1",
build_file = "@//intellij_platform_sdk:BUILD.idea221",
sha256 = "dc45e4c689a76c3022191a96fc3461333f177d62ab8d3e57e2cb2cc916ed9080",
url = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2022.1.3/ideaIC-2022.1.3.zip",
)

# The plugin api for intellij_ce_2022_2. This is required to build IJwB and run integration tests.
http_archive(
name = "intellij_ce_2022_2",
Expand Down Expand Up @@ -108,14 +100,6 @@ http_archive(
url = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIU/2021.2.4/ideaIU-2021.2.4.zip",
)

# The plugin api for intellij_ue_2022_1. This is required to run UE-specific integration tests.
http_archive(
name = "intellij_ue_2022_1",
build_file = "@//intellij_platform_sdk:BUILD.ue221",
sha256 = "598e085c98283c3206d9b755e6ef5f3321a3a11b1e5affa740276e9e3b0bd1f0",
url = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIU/2022.1.3/ideaIU-2022.1.3.zip",
)

# The plugin api for intellij_ue_2022_2. This is required to run UE-specific integration tests.
http_archive(
name = "intellij_ue_2022_2",
Expand Down Expand Up @@ -197,14 +181,6 @@ http_archive(
url = "https://download.jetbrains.com/cpp/CLion-2021.2.4.tar.gz",
)

# The plugin api for clion_2022_1. This is required to build CLwB\, and run integration tests.
http_archive(
name = "clion_2022_1",
build_file = "@//intellij_platform_sdk:BUILD.clion221",
sha256 = "6f0234d41c4ca1cf8eaa4ea5585ba4cfc17d86c16c78edc59501e0ca05a80d56",
url = "https://download.jetbrains.com/cpp/CLion-2022.1.3.tar.gz",
)

# The plugin api for clion_2022_2. This is required to build CLwB\, and run integration tests.
http_archive(
name = "clion_2022_2",
Expand Down Expand Up @@ -349,14 +325,6 @@ http_archive(
url = "https://plugins.jetbrains.com/files/7322/151370/python-ce-212.5712.43.zip",
)

# Python plugin for IntelliJ CE. Required at compile-time for python-specific features.
http_archive(
name = "python_2022_1",
build_file_content = _PYTHON_CE_BUILD_FILE,
sha256 = "1b0fb6824a7db252dfe3fd4eb638470bb96db4712bf1347560acee20eac1e8bc",
url = "https://plugins.jetbrains.com/files/7322/187811/python-ce-221.5921.27.zip",
)

http_archive(
name = "python_2022_2",
build_file_content = _PYTHON_CE_BUILD_FILE,
Expand Down Expand Up @@ -455,14 +423,6 @@ http_archive(
url = "https://plugins.jetbrains.com/files/9568/149614/go-212.5712.14.zip",
)

# Go plugin for IntelliJ UE. Required at compile-time for Bazel integration.
http_archive(
name = "go_2022_1",
build_file_content = _GO_BUILD_FILE,
sha256 = "4219a3b76c985ad1066d4ff99f516422bcbbfda2feba6a950e8bb6c5e544e3ea",
url = "https://plugins.jetbrains.com/files/9568/185980/go-221.5921.16.zip",
)

http_archive(
name = "go_2022_2",
build_file_content = _GO_BUILD_FILE,
Expand Down Expand Up @@ -564,14 +524,6 @@ http_archive(
url = "https://plugins.jetbrains.com/files/1347/153522/scala-intellij-bin-2021.2.30.zip",
)

# Scala plugin for IntelliJ CE. Required at compile-time for scala-specific features.
http_archive(
name = "scala_2022_1",
build_file_content = _SCALA_BUILD_FILE,
sha256 = "27d2ce5c1cddf497c685d30bcbc13b7e0d6691704fbfcc01fb8f4d832f0be9a1",
url = "https://plugins.jetbrains.com/files/1347/182909/scala-intellij-bin-2022.1.16.zip",
)

http_archive(
name = "scala_2022_2",
build_file_content = _SCALA_BUILD_FILE,
Expand Down
101 changes: 0 additions & 101 deletions intellij_platform_sdk/BUILD.clion221

This file was deleted.

122 changes: 0 additions & 122 deletions intellij_platform_sdk/BUILD.idea221

This file was deleted.

Loading

0 comments on commit abf17ac

Please sign in to comment.