Skip to content

Commit

Permalink
Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
agasser committed Nov 25, 2024
1 parent cb8ab60 commit 91e510f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
],
"java.test.defaultConfig": "WPIlibUnitTests",
"java.import.gradle.annotationProcessing.enabled": false,
"editor.rulers": [
120
],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-1"
id "edu.wpi.first.GradleRIO" version "2025.1.1-beta-2"
id "com.diffplug.spotless" version "6.25.0"
}

Expand Down

0 comments on commit 91e510f

Please sign in to comment.