mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Depend on wpiutil 3.+, ntcore 4.+, cscore 1.+ rather than just +. (#651)
Also update to wpilib-version-plugin 2.0.
This commit is contained in:
@@ -14,7 +14,7 @@ if (!project.hasProperty('skipAthena')) {
|
||||
artifactId = 'wpiutil-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
version = '3.+'
|
||||
sharedConfigs = [ wpilibcIntegrationTests: [] ]
|
||||
}
|
||||
ntcore(DependencyConfig) {
|
||||
@@ -22,7 +22,7 @@ if (!project.hasProperty('skipAthena')) {
|
||||
artifactId = 'ntcore-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
version = '4.+'
|
||||
sharedConfigs = [ wpilibcIntegrationTests: [] ]
|
||||
}
|
||||
opencv(DependencyConfig) {
|
||||
@@ -38,7 +38,7 @@ if (!project.hasProperty('skipAthena')) {
|
||||
artifactId = 'cscore-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
version = '1.+'
|
||||
sharedConfigs = [ wpilibcIntegrationTests: [] ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user