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:
Thad House
2018-09-21 10:36:40 -07:00
committed by Peter Johnson
parent e210073044
commit 456d3e16a6

View File

@@ -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 = [:]
}