mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Fixed Gradle test task name (#617)
This commit is contained in:
committed by
Peter Johnson
parent
4a3472ebb2
commit
bdfa32876b
@@ -67,7 +67,7 @@ model {
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
sharedConfigs = [ wpilibc: [],
|
||||
wpilibcTestingBase: [],
|
||||
wpilibcTestingBaseTest: [],
|
||||
wpilibcDev: [] ]
|
||||
}
|
||||
ntcore(DependencyConfig) {
|
||||
@@ -77,7 +77,7 @@ model {
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
sharedConfigs = [ wpilibc: [],
|
||||
wpilibcTestingBase: [],
|
||||
wpilibcTestingBaseTest: [],
|
||||
wpilibcDev: [] ]
|
||||
}
|
||||
opencv(DependencyConfig) {
|
||||
@@ -87,7 +87,7 @@ model {
|
||||
ext = 'zip'
|
||||
version = '3.2.0'
|
||||
sharedConfigs = [ wpilibc: [],
|
||||
wpilibcTestingBase: [],
|
||||
wpilibcTestingBaseTest: [],
|
||||
wpilibcDev: [] ]
|
||||
}
|
||||
cscore(DependencyConfig) {
|
||||
@@ -97,7 +97,7 @@ model {
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
sharedConfigs = [ wpilibc: [],
|
||||
wpilibcTestingBase: [],
|
||||
wpilibcTestingBaseTest: [],
|
||||
wpilibcDev: [] ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user