File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/edu/wpi/first/gradlerio/wpi Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public WPIExtension(Project project) {
6363 platforms = new NativePlatforms ();
6464
6565 frcYear = factory .property (String .class );
66- frcYear .convention ("2025 " );
66+ frcYear .convention ("2026beta " );
6767
6868 frcHome = factory .directoryProperty ().fileProvider (project .provider (WPIExtension ::computeHomeRoot ))
6969 .dir (frcYear );
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
44 repositories {
55 mavenLocal()
66 gradlePluginPortal()
7- String frcYear = ' 2025 '
7+ String frcYear = ' 2026beta '
88 File frcHome
99 if (OperatingSystem . current(). isWindows()) {
1010 String publicFolder = System . getenv(' PUBLIC' )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
44 repositories {
55 mavenLocal()
66 gradlePluginPortal()
7- String frcYear = ' 2025 '
7+ String frcYear = ' 2026beta '
88 File frcHome
99 if (OperatingSystem . current(). isWindows()) {
1010 String publicFolder = System . getenv(' PUBLIC' )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
44 repositories {
55 mavenLocal()
66 gradlePluginPortal()
7- String frcYear = ' 2025 '
7+ String frcYear = ' 2026beta '
88 File frcHome
99 if (OperatingSystem . current(). isWindows()) {
1010 String publicFolder = System . getenv(' PUBLIC' )
You can’t perform that action at this time.
0 commit comments