File tree 4 files changed +22
-3
lines changed
GrappleHook-RoboRIO-Daemon
grapple-hook-client/.vscode
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " cpp"
3
3
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 "
5
5
}
6
6
7
7
// Define my targets (RoboRIO) and artifacts (deployable files)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
4
4
repositories {
5
5
mavenLocal()
6
6
gradlePluginPortal()
7
- String frcYear = ' 2024 '
7
+ String frcYear = ' 2025 '
8
8
File frcHome
9
9
if (OperatingSystem . current(). isWindows()) {
10
10
String publicFolder = System . getenv(' PUBLIC' )
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " grapple-hook"
3
- version = " 24.2.1 "
3
+ version = " 25.0.0 "
4
4
description = " Configuration Tool for Grapple Hardware"
5
5
authors = [
" Jaci Brunning <[email protected] >" ]
6
6
license = " GPLv3"
You can’t perform that action at this time.
0 commit comments