From b1a3ded2fa036ccd4ed841d0a05c7205138b1050 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Thu, 10 Dec 2015 18:31:59 -0500 Subject: [PATCH] Added desktop classifier publishing for c++ as well Change-Id: I7174aa3fce10fee2988e16b5a95c392b430cefb6 --- publish.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/publish.gradle b/publish.gradle index f978419f93..90d3c19de2 100644 --- a/publish.gradle +++ b/publish.gradle @@ -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'