mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Update NI Libraries to layout without C++ (#1324)
An explicit classifier is not required because we now generate usage reporting
This commit is contained in:
committed by
Peter Johnson
parent
e210073044
commit
456d3e16a6
@@ -16,16 +16,16 @@ model {
|
||||
artifactId = 'chipobject'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '2018.17.0'
|
||||
version = '2018.17.1'
|
||||
sharedConfigs = chipObjectConfigs
|
||||
staticConfigs = [:]
|
||||
}
|
||||
netcomm(DependencyConfig) {
|
||||
groupId = 'edu.wpi.first.ni-libraries'
|
||||
artifactId = 'netcomm-cpp'
|
||||
artifactId = 'netcomm'
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '2018.17.0'
|
||||
version = '2018.17.1'
|
||||
sharedConfigs = netCommLibConfigs
|
||||
staticConfigs = [:]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user