Document releaseMode (#17)
This commit is contained in:
parent
dd7d927fbd
commit
de5bc7320b
@ -21,3 +21,5 @@ For the maven artifact names, those are all in publish.gradle about 40 lines dow
|
|||||||
|
|
||||||
## Building and editing
|
## Building and editing
|
||||||
This uses gradle, and uses the same base setup as a standard GradleRIO robot project. This means you build with `./gradlew build`, and can install the native toolchain with `./gradlew installRoboRIOToolchain`. If you open this project in VS Code with the wpilib extension installed, you will get intellisense set up for both C++ and Java.
|
This uses gradle, and uses the same base setup as a standard GradleRIO robot project. This means you build with `./gradlew build`, and can install the native toolchain with `./gradlew installRoboRIOToolchain`. If you open this project in VS Code with the wpilib extension installed, you will get intellisense set up for both C++ and Java.
|
||||||
|
|
||||||
|
By default, this template builds against the latest WPILib development build. To build against the last WPILib tagged release, build with `./gradlew build -PreleaseMode`.
|
Loading…
Reference in New Issue
Block a user