Skip to content

Commit

Permalink
[fieldImages] Fix typo in field images artifact name (wpilibsuite#5922)
Browse files Browse the repository at this point in the history
Nothing appears to be using the existing name
  • Loading branch information
sciencewhiz authored Nov 13, 2023
1 parent c1a57e4 commit c5f2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldImages/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit c5f2f6a

Please sign in to comment.