Added desktop classifier publishing for c++ as well

Change-Id: I7174aa3fce10fee2988e16b5a95c392b430cefb6
This commit is contained in:
Fredric Silberberg
2015-12-10 18:31:59 -05:00
parent bc6da8effa
commit b1a3ded2fa

View File

@@ -31,6 +31,12 @@ publishing {
artifact arm.ntcoreZip
artifact nat.ntcoreSourceZip
if (project.hasProperty('makeDesktop')) {
artifact nat.ntcoreZip, {
classifier = 'desktop'
}
}
groupId 'edu.wpi.first.wpilib.networktables.cpp'
artifactId 'NetworkTables'
version '3.0.0-SNAPSHOT'