Files
allwpilib/simulation/halsim_ds_nt/build.gradle

10 lines
266 B
Groovy
Raw Normal View History

description = "A simulation shared object that uses NetworkTables to act as a stand-in for the FRC Driver Station"
2018-04-29 13:29:07 -07:00
ext {
includeNtCore = true
includeWpiutil = true
pluginName = 'halsim_ds_nt'
}
2018-04-29 13:29:07 -07:00
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"