Skip to content

Commit

Permalink
Update to use 2025 wpilib artifacts (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jun 29, 2024
1 parent 600046a commit 8e41cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def nativeTasks = wpilibTools.createExtractionTasks {

nativeTasks.addToSourceSetResources(sourceSets.main)

wpilibTools.deps.wpilibVersion = "2024.+"
wpilibTools.deps.wpilibVersion = "2025.+"

nativeConfig.dependencies.add wpilibTools.deps.wpilib("wpinet")
nativeConfig.dependencies.add wpilibTools.deps.wpilib("wpiutil")
Expand Down
2 changes: 1 addition & 1 deletion plugins/cameraserver/cameraserver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def nativeTasks = wpilibTools.createExtractionTasks {

nativeTasks.addToSourceSetResources(sourceSets.main)

wpilibTools.deps.wpilibVersion = "2024.+"
wpilibTools.deps.wpilibVersion = "2025.+"

nativeConfig.dependencies.add wpilibTools.deps.cscore()

Expand Down
2 changes: 1 addition & 1 deletion plugins/networktables/networktables.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def nativeTasks = wpilibTools.createExtractionTasks {

nativeTasks.addToSourceSetResources(sourceSets.main)

wpilibTools.deps.wpilibVersion = "2024.+"
wpilibTools.deps.wpilibVersion = "2025.+"

nativeConfig.dependencies.add wpilibTools.deps.wpilib('ntcore')

Expand Down

0 comments on commit 8e41cf3

Please sign in to comment.