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
@@ -208,7 +208,7 @@ wpilib_jni_java_library(
|
||||
name = "wpinet-java",
|
||||
srcs = glob(["src/main/java/**/*.java"]),
|
||||
maven_artifact_name = "wpinet-java",
|
||||
maven_group_id = "edu.wpi.first.wpinet",
|
||||
maven_group_id = "org.wpilib.wpinet",
|
||||
native_libs = [":wpinetjni"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
@@ -353,5 +353,5 @@ robotpy_py_test(
|
||||
package_minimal_jni_project(
|
||||
name = "wpinet",
|
||||
maven_artifact_name = "wpinet-cpp",
|
||||
maven_group_id = "edu.wpi.first.wpinet",
|
||||
maven_group_id = "org.wpilib.wpinet",
|
||||
)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
ext {
|
||||
baseId = 'wpinet'
|
||||
groupId = 'edu.wpi.first.net'
|
||||
groupId = 'org.wpilib.net'
|
||||
|
||||
nativeName = 'wpinet'
|
||||
devMain = 'edu.wpi.first.net.DevMain'
|
||||
devMain = 'org.wpilib.net.DevMain'
|
||||
|
||||
splitSetup = {
|
||||
it.sources {
|
||||
|
||||
Reference in New Issue
Block a user