mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[build] Upgrade Gradle wrapper and plugins (#8767)
This fixes builds on JDK 26 for me.
This commit is contained in:
@@ -23,7 +23,6 @@ public class ExampleSmartMotorController {
|
||||
*
|
||||
* @param port The port for the controller.
|
||||
*/
|
||||
@SuppressWarnings("PMD.UnusedFormalParameter")
|
||||
public ExampleSmartMotorController(int port) {}
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@ public class ExampleSmartMotorController {
|
||||
*
|
||||
* @param port The port for the controller.
|
||||
*/
|
||||
@SuppressWarnings("PMD.UnusedFormalParameter")
|
||||
public ExampleSmartMotorController(int port) {}
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@ public class ExampleSmartMotorController {
|
||||
*
|
||||
* @param port The port for the controller.
|
||||
*/
|
||||
@SuppressWarnings("PMD.UnusedFormalParameter")
|
||||
public ExampleSmartMotorController(int port) {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user