mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
HAND FIXES: Update maven info
This commit is contained in:
committed by
Peter Johnson
parent
3f740894c9
commit
013a238994
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user