Skip to content

Commit

Permalink
Merge pull request #124 from Mechanical-Advantage/debazel
Browse files Browse the repository at this point in the history
Initial transition to Gradle
  • Loading branch information
jwbonner authored Dec 4, 2024
2 parents 8b4075e + b93a06f commit ac0bef5
Show file tree
Hide file tree
Showing 241 changed files with 9,660 additions and 15,231 deletions.
1 change: 0 additions & 1 deletion .bazeliskrc

This file was deleted.

25 changes: 0 additions & 25 deletions .bazelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .clangd

This file was deleted.

274 changes: 76 additions & 198 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

15 changes: 4 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
/bazel-*
# Allow bazel-vscode extension to be checked in
!bazel-vscode*
/compile_commands.json
/.cache
user.bazelrc
# Ignore Gradle project-specific cache directory
.gradle

/dev_sandbox

# Bazel for IntelliJ
/.clwb
/.ijwb
# Ignore Gradle build output directory
build

### macOS ###
# General
Expand Down
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

20 changes: 1 addition & 19 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
{
"files.exclude": {
"external": false,
"bazel-*": false,
"compile_commands.json": false,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"java.import.gradle.enabled": false,
"java.import.maven.enabled": false,
"java.import.bazel.enabled": true,
"java.import.bazel.src.path": "/src",
"java.import.bazel.test.path": "/test",
"clangd.arguments": [
"--header-insertion=never",
"--compile-commands-dir=${workspaceFolder}/"
],
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "interactive"
}
35 changes: 0 additions & 35 deletions .vscode/tasks.json

This file was deleted.

6 changes: 6 additions & 0 deletions .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "intellisense",
"teamNumber": 0
}
59 changes: 0 additions & 59 deletions BUILD

This file was deleted.

Loading

0 comments on commit ac0bef5

Please sign in to comment.