mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
10 lines
266 B
Groovy
10 lines
266 B
Groovy
description = "A simulation shared object that uses NetworkTables to act as a stand-in for the FRC Driver Station"
|
|
|
|
ext {
|
|
includeNtCore = true
|
|
includeWpiutil = true
|
|
pluginName = 'halsim_ds_nt'
|
|
}
|
|
|
|
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"
|