Add 2026 code

This commit is contained in:
Michael Mikovsky
2026-04-28 16:32:28 -06:00
parent f74be4b547
commit 80898f9b89
171 changed files with 12004 additions and 3203 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
String frcYear = '2024'
String frcYear = '2026'
File frcHome
if (OperatingSystem.current().isWindows()) {
String publicFolder = System.getenv('PUBLIC')
@@ -20,8 +20,8 @@ pluginManagement {
}
def frcHomeMaven = new File(frcHome, 'maven')
maven {
name 'frcHome'
url frcHomeMaven
name = 'frcHome'
url = frcHomeMaven
}
}
}