[fieldImages] Fix typo in field images artifact name (#5922)

Nothing appears to be using the existing name
This commit is contained in:
sciencewhiz
2023-11-12 23:16:52 -08:00
committed by GitHub
parent c1a57e422a
commit c5f2f6a0fb

View File

@@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
def baseArtifactId = project.nativeName
def artifactGroupId = project.groupId
def cppZipBaseName = "_GROUP_edu_wpi_first_fieldIimages_ID_${baseArtifactId}-cpp_CLS"
def cppZipBaseName = "_GROUP_edu_wpi_first_fieldImages_ID_${baseArtifactId}-cpp_CLS"
def outputsFolder = file("$project.buildDir/outputs")