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
@@ -34,7 +34,7 @@ wpilib_java_library(
|
||||
name = "wpiunits-java",
|
||||
srcs = glob(["src/main/java/**/*.java"]) + glob(["src/generated/main/java/**/*.java"]),
|
||||
maven_artifact_name = "wpiunits-java",
|
||||
maven_group_id = "edu.wpi.first.wpiunits",
|
||||
maven_group_id = "org.wpilib.wpiunits",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [],
|
||||
)
|
||||
|
||||
@@ -2,10 +2,10 @@ ext {
|
||||
useJava = true
|
||||
useCpp = false
|
||||
baseId = 'wpiunits'
|
||||
groupId = 'edu.wpi.first.wpiunits'
|
||||
groupId = 'org.wpilib.wpiunits'
|
||||
|
||||
nativeName = 'wpiunits'
|
||||
devMain = 'edu.wpi.first.units.DevMain'
|
||||
devMain = 'org.wpilib.units.DevMain'
|
||||
}
|
||||
|
||||
apply from: "${rootDir}/shared/java/javacommon.gradle"
|
||||
|
||||
Reference in New Issue
Block a user