mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[py] Fix maven coordinates for native downloads (#8474)
This got missed in the reorg, and these values aren't actually used for anything when building in `allwpilb`, but we might as well fix them here to make the copybara process easier.
This commit is contained in:
@@ -22,7 +22,7 @@ packages = ["src/native"]
|
||||
|
||||
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
|
||||
artifact_id = "romiVendordep-cpp"
|
||||
group_id = "edu.wpi.first.romiVendordep"
|
||||
group_id = "org.wpilib.romiVendordep"
|
||||
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
|
||||
version = "0.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user