Skip to content

Commit

Permalink
Update IntelliJ UE 2021.3 EAP plugin api.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410235396
  • Loading branch information
Googler authored and copybara-github committed Nov 16, 2021
1 parent cfa604a commit 93af4bd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ http_archive(
http_archive(
name = "intellij_ue_2021_3",
build_file = "@//intellij_platform_sdk:BUILD.ue213",
sha256 = "f36fd4f655ab8500be0ca8d6e031307dba379b0f97dfff8fcdd9b84ac806d936",
url = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIU/213.4631.20-EAP-SNAPSHOT/ideaIU-213.4631.20-EAP-SNAPSHOT.zip",
sha256 = "c0d4252d96931d8d1146cd3bf358bdc9c4e6d9b7ff54b90b0616d5dcd77637d2",
url = "https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIU/213.5744.18-EAP-SNAPSHOT/ideaIU-213.5744.18-EAP-SNAPSHOT.zip",
)

# The plugin api for CLion 2020.3. This is required to build CLwB,
Expand Down Expand Up @@ -453,20 +453,25 @@ scala_register_toolchains()
load("@io_bazel_rules_scala//testing:scalatest.bzl", "scalatest_repositories", "scalatest_toolchain")

scalatest_repositories()

scalatest_toolchain()

# LICENSE: The Apache Software License, Version 2.0
rules_kotlin_version = "v1.5.0-beta-3"

rules_kotlin_sha = "58edd86f0f3c5b959c54e656b8e7eb0b0becabd412465c37a2078693c2571f7f"

http_archive(
name = "io_bazel_rules_kotlin",
urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/%s/rules_kotlin_release.tgz" % rules_kotlin_version],
sha256 = rules_kotlin_sha,
urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/%s/rules_kotlin_release.tgz" % rules_kotlin_version],
)

load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", )
load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories")
load("@io_bazel_rules_kotlin//kotlin:core.bzl", "kt_register_toolchains")

kotlin_repositories()

kt_register_toolchains()

# Without this dependency, when a test that uses Google truth fails, instead of
Expand Down

0 comments on commit 93af4bd

Please sign in to comment.