[build] Update to gradle 8.4, enable win arm builds (#5727)

This commit is contained in:
Thad House
2023-10-04 19:31:25 -07:00
committed by GitHub
parent 0960f11eba
commit a4030c670f
8 changed files with 43 additions and 28 deletions

View File

@@ -18,7 +18,9 @@ ext {
apply from: "${rootDir}/shared/opencv.gradle"
mainClassName = 'edu.wpi.Main'
application {
mainClass = 'edu.wpi.Main'
}
apply plugin: 'com.github.johnrengelman.shadow'