Files
allwpilib/settings.gradle
Fred Silberberg d48aac5beb Gradle Update (#372)
This does a major cleanup on our gradle files, primarily converting all instances of manual dependency downloading to use the correct configuration-based method, which has the advantage of being both less code and more safe.
2016-11-24 23:44:35 -08:00

14 lines
301 B
Groovy

include 'hal',
'wpilibc',
'wpilibcIntegrationTests',
'wpilibj',
'wpilibjIntegrationTests',
'myRobot',
'myRobotCpp'
if (hasProperty("makeSim")){
include 'simulation',
'simulation:JavaGazebo',
'simulation:SimDS'
}