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