-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.gradle
16 lines (16 loc) · 1.22 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ':FtcRobotController'
// Uncomment this to use TechnoLib from a subdirectory. You also need to uncomment
// stuff in Sixteen750/
// Or just try 'yarn libflip' to let the script do it for you...
// include 'RobotLibrary' // FLIP: TechnoLibLocal
// project(':RobotLibrary').projectDir = new File('TechnoLib/RobotLibrary') // FLIP: TechnoLibLocal
// include 'Path' // FLIP: TechnoLibLocal
// project(':Path').projectDir = new File('TechnoLib/Path') // FLIP: TechnoLibLocal
// include 'Vision' // FLIP: TechnoLibLocal
// project(':Vision').projectDir = new File('TechnoLib/Vision') // FLIP: TechnoLibLocal
// include ':Sixteen750' // FLIP: BUILD ALL BOTS
include ':Swerveteen750'
include ':Twenty403'
// include ':RoadRunnerQuickStart' // FLIP: BUILD ALL BOTS
// include ':ForTeaching' // FLIP: BUILD ALL BOTS
// include ':MeepMeepTesting' // FLIP: BUILD ALL BOTS