Change wpilibc artifact name to match standard (#1158)

This commit is contained in:
Thad House
2018-06-17 20:28:43 -07:00
committed by Peter Johnson
parent 064989f2e4
commit 2faba39b58

View File

@@ -7,9 +7,9 @@ if (project.hasProperty("publishVersion")) {
pubVersion = WPILibVersion.version
}
def baseArtifactId = 'wpilibc'
def baseArtifactId = 'wpilibc-cpp'
def artifactGroupId = 'edu.wpi.first.wpilibc'
def zipBaseName = '_GROUP_edu_wpi_first_wpilibc_ID_wpilibc_CLS'
def zipBaseName = '_GROUP_edu_wpi_first_wpilibc_ID_wpilibc-cpp_CLS'
def outputsFolder = file("$project.buildDir/outputs")