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
@@ -54,7 +54,7 @@ wpilib_java_library(
|
||||
name = "cameraserver-java",
|
||||
srcs = glob(["src/main/java/**/*.java"]),
|
||||
maven_artifact_name = "cameraserver-java",
|
||||
maven_group_id = "edu.wpi.first.cameraserver",
|
||||
maven_group_id = "org.wpilib.cameraserver",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//cscore:cscore-java",
|
||||
@@ -96,5 +96,5 @@ java_binary(
|
||||
package_minimal_cc_project(
|
||||
name = "cameraserver",
|
||||
maven_artifact_name = "cameraserver-cpp",
|
||||
maven_group_id = "edu.wpi.first.cameraserver",
|
||||
maven_group_id = "org.wpilib.cameraserver",
|
||||
)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ext {
|
||||
nativeName = 'cameraserver'
|
||||
devMain = 'edu.wpi.first.cameraserver.DevMain'
|
||||
devMain = 'org.wpilib.cameraserver.DevMain'
|
||||
}
|
||||
|
||||
evaluationDependsOn(':ntcore')
|
||||
|
||||
Reference in New Issue
Block a user