Skip to content

Commit

Permalink
Fix frcyear
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Dec 17, 2024
1 parent 4497fec commit 98d9b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/export/gradle/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 98d9b1a

Please sign in to comment.