HAND FIXES: Update maven info

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:38 -05:00
committed by Peter Johnson
parent 3f740894c9
commit 013a238994
68 changed files with 120 additions and 120 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'maven-publish'
def baseArtifactId = pluginName
def artifactGroupId = 'edu.wpi.first.halsim'
def zipBaseName = "_GROUP_edu_wpi_first_halsim_ID_${pluginName}_CLS"
def artifactGroupId = 'org.wpilib.halsim'
def zipBaseName = "_GROUP_org_wpilib_halsim_ID_${pluginName}_CLS"
def outputsFolder = file("$project.buildDir/outputs")