[build] Upgrade Gradle wrapper and plugins (#8767)

This fixes builds on JDK 26 for me.
This commit is contained in:
Tyler Veness
2026-04-12 22:03:50 -07:00
committed by GitHub
parent 476b9641c1
commit 7af3ac579b
34 changed files with 36 additions and 39 deletions

View File

@@ -48,7 +48,7 @@ eclipse {
}
jacoco {
toolVersion = "0.8.13"
toolVersion = "0.8.14"
}
jacocoTestReport {

View File

@@ -23,7 +23,6 @@ public class ExampleSmartMotorController {
*
* @param port The port for the controller.
*/
@SuppressWarnings("PMD.UnusedFormalParameter")
public ExampleSmartMotorController(int port) {}
/**

View File

@@ -21,7 +21,6 @@ public class ExampleSmartMotorController {
*
* @param port The port for the controller.
*/
@SuppressWarnings("PMD.UnusedFormalParameter")
public ExampleSmartMotorController(int port) {}
/**

View File

@@ -21,7 +21,6 @@ public class ExampleSmartMotorController {
*
* @param port The port for the controller.
*/
@SuppressWarnings("PMD.UnusedFormalParameter")
public ExampleSmartMotorController(int port) {}
/**