-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
402 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
cppHeaderFileInclude { | ||
\.h$ | ||
\.hpp$ | ||
\.inc$ | ||
\.inl$ | ||
} | ||
|
||
cppSrcFileInclude { | ||
\.cpp$ | ||
} | ||
|
||
modifiableFileExclude { | ||
cmake/toolchains/ | ||
thirdparty/ | ||
\.patch$ | ||
gradlew | ||
} | ||
|
||
generatedFileExclude { | ||
FRCNetComm\.java$ | ||
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$ | ||
fieldImages/src/main/native/resources/ | ||
apriltag/src/test/resources/ | ||
wpilibc/src/generated/ | ||
} | ||
|
||
repoRootNameOverride { | ||
wpilib | ||
} | ||
|
||
includeOtherLibs { | ||
This comment has been minimized.
Sorry, something went wrong. |
||
^Eigen/ | ||
^cameraserver/ | ||
^cscore | ||
^fmt/ | ||
^glass/ | ||
^google/ | ||
^gtest/ | ||
^hal/ | ||
^imgui | ||
^implot | ||
^mockdata/ | ||
^networktables/ | ||
^ntcore | ||
^opencv2/ | ||
^support/ | ||
^units/ | ||
^unsupported/ | ||
^vision/ | ||
^wpi/ | ||
^wpigui | ||
^wpimath/ | ||
^wpinet/ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Copyright (c) 2024 FRC 6328 | ||
// http://github.com/Mechanical-Advantage | ||
// | ||
// Use of this source code is governed by an MIT-style | ||
// license that can be found in the LICENSE file at | ||
// the root directory of this project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
1. Push updated version in "publish.gradle" and vendordep JSON to "main" branch | ||
2. Download maven artifact from GitHub Actions | ||
3. Replace maven artifacts and vendordep JSON on "maven" branch | ||
4. Create tag and release from "maven" branch | ||
4. Create tag and release from "maven" branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ pluginManagement { | |
mavenLocal() | ||
gradlePluginPortal() | ||
} | ||
} | ||
} |
Oops, something went wrong.
Shouldn't
frc/
be included in this list?