mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Change wpilibc artifact name to match standard (#1158)
This commit is contained in:
committed by
Peter Johnson
parent
064989f2e4
commit
2faba39b58
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user