diff --git a/OtherVersions.md b/OtherVersions.md index 43ce7d6dbd..a58b9fb4f9 100644 --- a/OtherVersions.md +++ b/OtherVersions.md @@ -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.+