Skip to content

Commit

Permalink
Disable annotation processing for java projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Nov 28, 2024
1 parent 5047124 commit a9d9422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-wpilib/resources/gradle/java/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
}
},
],
"java.test.defaultConfig": "WPIlibUnitTests"
"java.test.defaultConfig": "WPIlibUnitTests",
"java.import.gradle.annotationProcessing.enabled": false
}

0 comments on commit a9d9422

Please sign in to comment.