[build] CMake: disable Java components by default (#6975)

This commit is contained in:
Gold856
2024-08-16 09:46:14 -04:00
committed by GitHub
parent dc25c13051
commit 780b1e0391
3 changed files with 12 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- os: ubuntu-22.04
name: Linux
container: wpilib/roborio-cross-ubuntu:2024-22.04
flags: "-DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON"
flags: "-DCMAKE_BUILD_TYPE=Release -DWITH_JAVA=ON -DWITH_EXAMPLES=ON"
- os: macOS-14
name: macOS
container: ""