Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | description = "A simulation shared object that uses NetworkTables to act as a stand-in for the FRC Driver Station" |
2 | |||||
3 | ext { | ||||
4 | includeNtCore = true | ||||
5 | includeWpiutil = true | ||||
6 | pluginName = 'halsim_ds_nt' | ||||
7 | } | ||||
8 | |||||
9 | apply from: "${rootDir}/shared/plugins/setupBuild.gradle" |