File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/edu/wpi/first/gradlerio/wpi Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public WPIExtension(Project project) {
6767 frcYear .convention ("2026" );
6868
6969 frcYearRelease = factory .property (String .class );
70- frcYearRelease .convention ("beta " );
70+ frcYearRelease .convention ("" );
7171
7272 frcHome = factory .directoryProperty ().fileProvider (project .provider (WPIExtension ::computeHomeRoot ))
7373 .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 = ' 2026beta '
7+ String frcYear = ' 2026 '
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 = ' 2026 '
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 = ' 2026beta '
7+ String frcYear = ' 2026 '
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 = ' 2026beta '
7+ String frcYear = ' 2026 '
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