Commit 8361142
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- .github
- workflows
- build
- distributions
- libs
- reports
- problems
- tests/test
- classes
- css
- js
- packages
- scripts
- test-results/test
- binary
- tmp
- compileJava
- compileTestJava
- jar
- src
- main/java/com/williamfiset/algorithms
- datastructures
- segmenttree
- sparsetable
- examples
- dp
- graphtheory
- networkflow
- treealgorithms
- examples
- strings
- test/java/com/williamfiset/algorithms
- datastructures/segmenttree
- graphtheory
- treealgorithms
- strings
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments