Skip to content

Remove all Gradle references, migrate comments to Bazel#1270

Merged
williamfiset merged 1 commit into
masterfrom
remove-gradle-references
Mar 7, 2026
Merged

Remove all Gradle references, migrate comments to Bazel#1270
williamfiset merged 1 commit into
masterfrom
remove-gradle-references

Conversation

@williamfiset

Copy link
Copy Markdown
Owner

Summary

  • Delete build/ directory from git tracking (193 generated Gradle artifacts) and add build/ to .gitignore
  • Delete .github/workflows/gradle.yml — the Gradle CI workflow is no longer needed since the project uses Bazel
  • Remove Gradle ecosystem from .github/dependabot.yml
  • Replace ./gradlew run comments with bazel run equivalents in 22 source files
  • Replace gradle test comments with bazel test equivalents in 14 test files

Test plan

  • Verified zero remaining gradle references in src/ via grep
  • Only comment lines were modified in source/test files — no code logic changes
  • .gitignore correctly excludes build/ going forward

🤖 Generated with Claude Code

- 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>
@williamfiset williamfiset merged commit 8361142 into master Mar 7, 2026
2 checks passed
@williamfiset williamfiset deleted the remove-gradle-references branch March 7, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant