mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
* Update MSVC arguments * Fix json allocator * Fix simulation diamond * Bump gtest * Remove empty varargs in unit tests * Replace test case with test suite * Remove deprecation warning in optional * Remove need for NOMIXMAX to be defined in wpilib headers
14 lines
376 B
Groovy
14 lines
376 B
Groovy
model {
|
|
dependencyConfigs {
|
|
googletest(DependencyConfig) {
|
|
groupId = 'edu.wpi.first.thirdparty.frc2019'
|
|
artifactId = 'googletest'
|
|
headerClassifier = 'headers'
|
|
ext = 'zip'
|
|
version = '1.8.1-1-f71fb4f'
|
|
sharedConfigs = [:]
|
|
staticConfigs = project.staticGtestConfigs
|
|
}
|
|
}
|
|
}
|