mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[build] Fixup maven publishing (#8753)
This primarily fixes up the bazel publishing to match the gradle publishing again, as some new libraries were added but not hooked up to the maven publishing. During the process, I noticed that the 3rd party libraries (googletest, catch2, and imgui_suite) were still getting published on the old `edu.wpi` namespace. I tried to clean up all the other references to that that I could. Note: opencv and libssh are handled outside `allwpilib` so they need to be updated separately.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>WPIcal</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>edu.wpi.first.tools.WPIcal</string>
|
||||
<string>org.wpilib.tools.WPIcal</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>wpical.icns</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
||||
Reference in New Issue
Block a user