Skip to content

Commit 8361142

Browse files
williamfisetclaude
andauthored
Remove all Gradle references, migrate comments to Bazel (williamfiset#1270)
- Delete build/ directory from tracking (193 generated files) and add it to .gitignore - Delete .github/workflows/gradle.yml CI workflow - Remove Gradle ecosystem from .github/dependabot.yml - Replace ./gradlew run comments with bazel run in 22 source files - Replace gradle test comments with bazel test in 14 test files Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 25b6a3a commit 8361142

File tree

233 files changed

+42
-16731
lines changed

Some content is hidden

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

233 files changed

+42
-16731
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ updates:
44
directory: "/" # Location of package manifests
55
schedule:
66
interval: "weekly"
7-
- package-ecosystem: "gradle"
8-
directory: "/"
9-
schedule:
10-
interval: "weekly"

.github/workflows/gradle.yml

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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*.class
22

3+
# Gradle build outputs
4+
build/
5+
36
# Bazel build outputs
47
bazel-*
58
/bazel-bin

build/distributions/Algorithms.tar

-609 KB
Binary file not shown.

build/distributions/Algorithms.zip

-530 KB
Binary file not shown.

build/libs/Algorithms.jar

-593 KB
Binary file not shown.

0 commit comments

Comments
 (0)