Bump wpilib to 2024.1.1 (#1127)

Does not yet include test mode
This commit is contained in:
Matt
2024-01-06 22:44:28 -07:00
committed by GitHub
parent b8a6a5d56a
commit bf5e8dc81b
16 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2023",
"projectYear": "2024",
"teamNumber": 5
}

View File

@@ -1,6 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2023",
"projectYear": "2024",
"teamNumber": 5
}

View File

@@ -1,6 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2023",
"projectYear": "2024",
"teamNumber": 5
}

View File

@@ -1,6 +1,6 @@
plugins {
id "com.diffplug.spotless" version "6.1.2"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-4" apply false
id "edu.wpi.first.GradleRIO" version "2024.1.1" apply false
}
allprojects {

View File

@@ -1,6 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2023",
"projectYear": "2024",
"teamNumber": 5
}

View File

@@ -1,6 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2023",
"projectYear": "2024",
"teamNumber": 5
}

View File

@@ -12,8 +12,8 @@ repositories {
}
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = "2024.1.1-beta-4-35-g141241d"
wpi.versions.wpimathVersion = "2024.1.1-beta-4-35-g141241d"
wpi.versions.wpilibVersion = "2024.1.1"
wpi.versions.wpimathVersion = "2024.1.1"
apply from: "${rootDir}/../shared/examples_common.gradle"