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

@@ -7,7 +7,7 @@ wpilib_java_library(
srcs = glob(["src/main/java/**/*.java"]),
extra_source_pkgs = ["resources"],
maven_artifact_name = "epilogue-processor-java",
maven_group_id = "edu.wpi.first.epilogue",
maven_group_id = "org.wpilib.epilogue",
resource_strip_prefix = "epilogue-processor/src/main/resources/",
resources = glob(["src/main/resources/**"]),
visibility = ["//visibility:public"],

View File

@@ -2,7 +2,7 @@ ext {
useJava = true
useCpp = false
baseId = 'epilogue-processor'
groupId = 'edu.wpi.first.epilogue'
groupId = 'org.wpilib.epilogue'
devMain = ''
}