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
@@ -162,7 +162,7 @@ wpilib_jni_java_library(
|
||||
name = "ntcore-java",
|
||||
srcs = glob(["src/main/java/**/*.java"]) + [":generated_java"],
|
||||
maven_artifact_name = "ntcore-java",
|
||||
maven_group_id = "edu.wpi.first.ntcore",
|
||||
maven_group_id = "org.wpilib.ntcore",
|
||||
native_libs = [":ntcorejni"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
@@ -222,5 +222,5 @@ java_binary(
|
||||
package_default_jni_project(
|
||||
name = "ntcore",
|
||||
maven_artifact_name = "ntcore-cpp",
|
||||
maven_group_id = "edu.wpi.first.ntcore",
|
||||
maven_group_id = "org.wpilib.ntcore",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user