mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[build] Upgrade Gradle wrapper and plugins (#8767)
This fixes builds on JDK 26 for me.
This commit is contained in:
@@ -859,6 +859,7 @@ public final class NetworkTableInstance implements AutoCloseable {
|
||||
m_poller = 0;
|
||||
}
|
||||
|
||||
@SuppressWarnings("PMD.AvoidCatchingGenericException")
|
||||
private void startThread() {
|
||||
m_thread =
|
||||
new Thread(
|
||||
|
||||
Reference in New Issue
Block a user