mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Added desktop classifier publishing for c++ as well
Change-Id: I7174aa3fce10fee2988e16b5a95c392b430cefb6
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user