HAND FIXES: Fixup remaining rename issues

This commit is contained in:
PJ Reiniger
2025-11-07 19:58:22 -05:00
committed by Peter Johnson
parent bf9da2cdea
commit d3da30d53a
9 changed files with 12 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ ext {
apply from: "${rootDir}/shared/opencv.gradle"
application {
mainClass = 'edu.wpi.Main'
mainClass = 'org.wpilib.Main'
}
apply plugin: 'com.gradleup.shadow'