Skip to content

Commit

Permalink
Update GrappleHook for 2025 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Dec 16, 2024
1 parent d62e92d commit 464896e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GrappleHook-RoboRIO-Daemon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "cpp"
id "google-test-test-suite"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-4"
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-3"
}

// Define my targets (RoboRIO) and artifacts (deployable files)
Expand Down
2 changes: 1 addition & 1 deletion GrappleHook-RoboRIO-Daemon/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
19 changes: 19 additions & 0 deletions grapple-hook-client/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"emmet.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"tailwindCSS.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"files.associations": {
"*.rs": "rust"
},
"editor.quickSuggestions": {
"other": "on",
"comments": "on",
"strings": true
},
"css.validate": false
}
2 changes: 1 addition & 1 deletion grapple-hook/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grapple-hook"
version = "24.2.1"
version = "25.0.0"
description = "Configuration Tool for Grapple Hardware"
authors = ["Jaci Brunning <[email protected]>"]
license = "GPLv3"
Expand Down

0 comments on commit 464896e

Please sign in to comment.