DevelopmentBuilds.md: Fix missing apostrophe (#6655)

This commit is contained in:
sciencewhiz
2024-05-24 19:46:11 -07:00
committed by GitHub
parent f1e072fc98
commit 4252a36668

View File

@@ -19,7 +19,7 @@ To build a project using a development build, find the build.gradle file and ope
wpi.maven.useLocal = false
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = 'YEAR.+'
wpi.versions.wpimathVersion = 'YEAR.+
wpi.versions.wpimathVersion = 'YEAR.+'
```
The top of your ``build.gradle`` file should now look similar to the code below. Ignore any differences in versions.