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

@@ -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",
)

View File

@@ -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 {