Skip to content

Commit 6d5fbe3

Browse files
authored
Merge pull request #10 from tgodzik/remove-intellij
refactor: Remove Intellij components
2 parents 8aa3fb2 + 283d722 commit 6d5fbe3

File tree

965 files changed

+402
-85043
lines changed

Some content is hidden

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

965 files changed

+402
-85043
lines changed

.bazelignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.jps-compiled
2-
rules_intellij
32
out
43
server/e2e/test-projects/bzlmod/allow-manual-targets-sync-project/bazel-allow-manual-targets-sync-project
54
server/e2e/test-projects/bzlmod/bazel-build-and-sync-test

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
integration-tests:
1010
name: Check formatting, build and test
1111
strategy:
12-
fail-fast: true
12+
fail-fast: false
1313
matrix:
1414
os:
1515
- ubuntu-latest # x86_64-linux

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
.bazelbsp/
66
.bsp/
7+
bazel-bazel-bsp/
78

89
.idea/*
910
!.idea/icon.svg

MODULE.bazel

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ module(
44

55
http_jar = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
66

7-
bazel_dep(
8-
name = "rules_intellij",
9-
)
10-
local_path_override(
11-
module_name = "rules_intellij",
12-
path = "rules_intellij",
13-
)
14-
157
bazel_dep(name = "rules_kotlin", version = "2.1.0")
168

179
register_toolchains(
@@ -33,10 +25,6 @@ maven.install(
3325
"com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2",
3426
"com.google.code.gson:gson:2.12.1",
3527
"com.google.guava:guava:31.0.1-jre",
36-
"com.jetbrains.intellij.tools:ide-metrics-collector-starter:251.21418.62-EAP-SNAPSHOT",
37-
"com.jetbrains.intellij.tools:ide-metrics-collector:251.21418.62-EAP-SNAPSHOT",
38-
"com.jetbrains.intellij.tools:ide-starter-junit5:251.21418.62-EAP-SNAPSHOT",
39-
"com.jetbrains.intellij.tools:ide-starter-squashed:251.21418.62-EAP-SNAPSHOT",
4028
"commons-cli:commons-cli:jar:1.9.0",
4129
"commons-io:commons-io:jar:2.18.0",
4230
"io.grpc:grpc-protobuf:1.70.0",

MODULE.bazel.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)