OtherVersions.md: Add one missing case of useLocal (#3788)

This commit is contained in:
sciencewhiz
2021-12-15 20:30:34 -08:00
committed by GitHub
parent b3974c6ed3
commit c5ae0effac

View File

@@ -11,6 +11,7 @@ Development builds are the per-commit build hosted everytime a commit is pushed
In order to build a project using a development build, find the build.gradle file and open it. Then, add the following code below the plugin section and replace YEAR with the year of the development version.
```groovy
wpi.maven.useLocal = false
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = 'YEAR.+'
wpi.versions.wpimathVersion = 'YEAR.+