git clone <this-repo-url>
cd TeamXbot2026
./gradlew buildIf you're working on changes to SeriouslyCommonLib and want to test them in this robot code:
# Clone both repositories side-by-side
git clone <this-repo-url> TeamXbot2026
git clone <library-repo-url> SeriouslyCommonLib
# Build with local library (add the flag to use local instead of Maven)
cd TeamXbot2026
./gradlew build -DuseLocalCommonLib=trueAll changes to the local SeriouslyCommonLib are rebuilt automatically when using the flag.
Once your change to SeriouslyCommonLib has been merged, you need to update the SeriouslyCommonLib version number.
Open the build.gradle file and update the value of SeriouslyCommonLibVersion to the
latest new version and make sure it includes your changes.
