Skip to content

Commit

Permalink
Fix year for template settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 6, 2025
1 parent 57dddf0 commit a62e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_projects/template/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
String frcYear = '2024'
String frcYear = '2025'
File frcHome
if (OperatingSystem.current().isWindows()) {
String publicFolder = System.getenv('PUBLIC')
Expand Down

0 comments on commit a62e990

Please sign in to comment.