mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +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:
@@ -21,7 +21,7 @@ if (!project.hasProperty('skipAthena')) {
|
||||
artifactId = 'wpiutil-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
version = '3.+'
|
||||
sharedConfigs = examplesMap
|
||||
}
|
||||
ntcore(DependencyConfig) {
|
||||
@@ -29,7 +29,7 @@ if (!project.hasProperty('skipAthena')) {
|
||||
artifactId = 'ntcore-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
version = '4.+'
|
||||
sharedConfigs = examplesMap
|
||||
}
|
||||
opencv(DependencyConfig) {
|
||||
@@ -45,7 +45,7 @@ if (!project.hasProperty('skipAthena')) {
|
||||
artifactId = 'cscore-cpp'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
version = '1.+'
|
||||
sharedConfigs = examplesMap
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user