-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.gradle
23 lines (19 loc) · 1.45 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include ':FtcRobotController'
// Uncomment this to use TechnoLib from a subdirectory.
// Or just try 'bun 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 'MeepMeep' // FLIP: MeepMeepLocal
// project(':MeepMeep').projectDir = new File('MeepMeep') // FLIP: MeepMeepLocal
include ':Sixteen750'
include ':Twenty403'
// These are other 'bots' that we should build until we're at competitions
include ':LearnBot' // FLIP: BUILD ALL BOTS
include ':Hoops' // FLIP: BUILD ALL BOTS
include ':Ptechnodactyl' // FLIP: BUILD ALL BOTS
// include ':RoadRunnerQuickStart' // FLIP: BUILD ALL BOTS
include ':MeepMeepTesting'