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
@@ -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"],
|
||||
|
||||
@@ -2,7 +2,7 @@ ext {
|
||||
useJava = true
|
||||
useCpp = false
|
||||
baseId = 'epilogue-processor'
|
||||
groupId = 'edu.wpi.first.epilogue'
|
||||
groupId = 'org.wpilib.epilogue'
|
||||
|
||||
devMain = ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user