Skip to content

Commit

Permalink
Add warning to development builds instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 17, 2023
1 parent 57b2d6f commit 252d536
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DevelopmentBuilds.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ This article contains instructions on building projects using a development buil

**Note:** This only applies to Java/C++ teams.

## WARNING!

**There are no stability or compatibility guarantees for builds outside of [tagged releases](https://github.com/wpilibsuite/allwpilib/releases). Changes may not be fully documented. Use them at your own risk!**

## Development Build

Development builds are the per-commit build hosted every time a commit is pushed to the [allwpilib](https://github.com/wpilibsuite/allwpilib/) repository. These builds are then hosted on [artifactory](https://frcmaven.wpi.edu/artifactory/webapp/#/home).



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. It is also necessary to use a 2023 GradleRIO version, ie `2023.0.0-alpha-1`

```groovy
Expand Down

0 comments on commit 252d536

Please sign in to comment.