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:
Peter Johnson
2017-10-01 10:57:03 -07:00
committed by GitHub
parent dd66b23845
commit 7fab0e0ef2
7 changed files with 25 additions and 25 deletions

View File

@@ -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
}
}