[build] Update to gradle 9.2.0, use new reorged plugins (#8471)

This commit is contained in:
Thad House
2025-12-13 21:44:00 -08:00
committed by GitHub
parent bcb5c5c16c
commit af0a3e9c2f
37 changed files with 87 additions and 178 deletions

View File

@@ -8,7 +8,7 @@ description = "A different kind of dashboard"
apply plugin: 'cpp'
apply plugin: 'visual-studio'
apply plugin: 'edu.wpi.first.NativeUtils'
apply plugin: 'org.wpilib.NativeUtils'
if (OperatingSystem.current().isWindows()) {
apply plugin: 'windows-resources'