Christopher Mahoney
2024-12-17 12:01:19 -05:00
committed by GitHub
parent e8efef476b
commit 08c62ab8cd
29 changed files with 503 additions and 641 deletions

View File

@@ -3,8 +3,8 @@ plugins {
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-2"
}
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
def ROBOT_MAIN_CLASS = "frc.robot.Main"