From c5f2f6a0fb68469e49a87566aa13af684376d9fe Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 12 Nov 2023 23:16:52 -0800 Subject: [PATCH] [fieldImages] Fix typo in field images artifact name (#5922) Nothing appears to be using the existing name --- fieldImages/publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldImages/publish.gradle b/fieldImages/publish.gradle index 33eb5ae3a5e..688376e8b33 100644 --- a/fieldImages/publish.gradle +++ b/fieldImages/publish.gradle @@ -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")