mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
14 lines
376 B
Groovy
14 lines
376 B
Groovy
model {
|
|
dependencyConfigs {
|
|
googletest(DependencyConfig) {
|
|
groupId = 'edu.wpi.first.thirdparty.frc2018'
|
|
artifactId = 'googletest'
|
|
headerClassifier = 'headers'
|
|
ext = 'zip'
|
|
version = '1.8.0-1-4e4df22'
|
|
sharedConfigs = [:]
|
|
staticConfigs = project.staticGtestConfigs
|
|
}
|
|
}
|
|
}
|