Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame^] | 1 | pluginManagement { |
| 2 | repositories { |
| 3 | mavenLocal() |
| 4 | gradlePluginPortal() |
| 5 | } |
| 6 | } |
| 7 | |
| 8 | include 'wpiutil' |
| 9 | include 'ntcore' |
| 10 | include 'hal' |
| 11 | include 'cscore' |
| 12 | include 'wpilibc' |
| 13 | include 'wpilibcExamples' |
| 14 | include 'wpilibcIntegrationTests' |
| 15 | include 'wpilibjExamples' |
| 16 | include 'wpilibjIntegrationTests' |
| 17 | include 'wpilibj' |
| 18 | include 'simulation:halsim_print' |
| 19 | include 'simulation:halsim_lowfi' |
| 20 | include 'simulation:halsim_adx_gyro_accelerometer' |
| 21 | include 'simulation:halsim_ds_nt' |
| 22 | include 'simulation:gz_msgs' |
| 23 | include 'simulation:frc_gazebo_plugins' |
| 24 | include 'simulation:halsim_gazebo' |
| 25 | include 'simulation:lowfi_simulation' |
| 26 | include 'simulation:halsim_ds_socket' |
| 27 | include 'cameraserver' |
| 28 | include 'cameraserver:multiCameraServer' |
| 29 | include 'myRobot' |
| 30 | include 'docs' |