mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIXES: Update maven info
This commit is contained in:
committed by
Peter Johnson
parent
3f740894c9
commit
013a238994
@@ -52,21 +52,21 @@ build_tests()
|
||||
|
||||
maven_export(
|
||||
name = "examples_publish",
|
||||
maven_coordinates = "edu.wpi.first.wpilibc:examples:$(WPILIB_VERSION)",
|
||||
maven_coordinates = "org.wpilib.wpilibc:examples:$(WPILIB_VERSION)",
|
||||
target = ":examples-zip",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
maven_export(
|
||||
name = "commands_publish",
|
||||
maven_coordinates = "edu.wpi.first.wpilibc:commands:$(WPILIB_VERSION)",
|
||||
maven_coordinates = "org.wpilib.wpilibc:commands:$(WPILIB_VERSION)",
|
||||
target = ":commands-zip",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
maven_export(
|
||||
name = "templates_publish",
|
||||
maven_coordinates = "edu.wpi.first.wpilibc:templates:$(WPILIB_VERSION)",
|
||||
maven_coordinates = "org.wpilib.wpilibc:templates:$(WPILIB_VERSION)",
|
||||
target = ":templates-zip",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
@@ -3,11 +3,11 @@ apply plugin: 'maven-publish'
|
||||
def baseExamplesArtifactId = 'examples'
|
||||
def baseTemplatesArtifactId = 'templates'
|
||||
def baseCommandsArtifactId = 'commands'
|
||||
def artifactGroupId = 'edu.wpi.first.wpilibc'
|
||||
def artifactGroupId = 'org.wpilib.wpilibc'
|
||||
|
||||
def examplesZipBaseName = '_GROUP_edu_wpi_first_wpilibc_ID_examples_CLS'
|
||||
def templatesZipBaseName = '_GROUP_edu_wpi_first_wpilibc_ID_templates_CLS'
|
||||
def commandsZipBaseName = '_GROUP_edu_wpi_first_wpilibc_ID_commands_CLS'
|
||||
def examplesZipBaseName = '_GROUP_org_wpilib_wpilibc_ID_examples_CLS'
|
||||
def templatesZipBaseName = '_GROUP_org_wpilib_wpilibc_ID_templates_CLS'
|
||||
def commandsZipBaseName = '_GROUP_org_wpilib_wpilibc_ID_commands_CLS'
|
||||
|
||||
def outputsFolder = file("$project.buildDir/outputs")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user