mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
HAND FIXES: Fixup gradle / cmake / styleguide
This commit is contained in:
committed by
Peter Johnson
parent
105deaddb0
commit
c89910b7c6
@@ -14,9 +14,8 @@ modifiableFileExclude {
|
||||
}
|
||||
|
||||
generatedFileExclude {
|
||||
src/main/native/include/units/base\.h$
|
||||
src/main/native/include/units/units\.h$
|
||||
src/main/native/include/unsupported/
|
||||
src/main/native/include/wpi/units/base\.hpp$
|
||||
src/main/native/include/wpi/units/units\.hpp$
|
||||
src/main/native/thirdparty/
|
||||
src/test/native/cpp/UnitsTest\.cpp$
|
||||
src/generated/main/java/org/wpilib/math/proto
|
||||
@@ -43,9 +42,8 @@ includeOtherLibs {
|
||||
^gtest/
|
||||
^sleipnir/
|
||||
^unsupported/
|
||||
^wpi/
|
||||
}
|
||||
|
||||
includeProject {
|
||||
^units/
|
||||
wpi/util/expected
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ ext {
|
||||
groupId = 'edu.wpi.first.wpimath'
|
||||
|
||||
nativeName = 'wpimath'
|
||||
devMain = 'edu.wpi.first.math.DevMain'
|
||||
devMain = 'org.wpilib.math.DevMain'
|
||||
|
||||
splitSetup = {
|
||||
it.sources {
|
||||
|
||||
Reference in New Issue
Block a user