Document releaseMode (#17)

This commit is contained in:
sciencewhiz 2023-07-19 14:33:45 -07:00 committed by GitHub
parent dd7d927fbd
commit de5bc7320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,6 @@ For the driver, change the library name in privateExportsConfigs, the driver nam
For the maven artifact names, those are all in publish.gradle about 40 lines down. For the maven artifact names, those are all in publish.gradle about 40 lines down.
## 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`.