Skip to content

Commit 464896e

Browse files
committed
Update GrappleHook for 2025 beta
1 parent d62e92d commit 464896e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

GrappleHook-RoboRIO-Daemon/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "cpp"
33
id "google-test-test-suite"
4-
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-4"
4+
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-3"
55
}
66

77
// Define my targets (RoboRIO) and artifacts (deployable files)

GrappleHook-RoboRIO-Daemon/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
String frcYear = '2024'
7+
String frcYear = '2025'
88
File frcHome
99
if (OperatingSystem.current().isWindows()) {
1010
String publicFolder = System.getenv('PUBLIC')
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"emmet.includeLanguages": {
3+
"rust": "html",
4+
"*.rs": "html"
5+
},
6+
"tailwindCSS.includeLanguages": {
7+
"rust": "html",
8+
"*.rs": "html"
9+
},
10+
"files.associations": {
11+
"*.rs": "rust"
12+
},
13+
"editor.quickSuggestions": {
14+
"other": "on",
15+
"comments": "on",
16+
"strings": true
17+
},
18+
"css.validate": false
19+
}

grapple-hook/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grapple-hook"
3-
version = "24.2.1"
3+
version = "25.0.0"
44
description = "Configuration Tool for Grapple Hardware"
55
authors = ["Jaci Brunning <[email protected]>"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)