mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
10 lines
243 B
Groovy
10 lines
243 B
Groovy
description = "A simulation shared object that publishes basic robot I/O to NetworkTables."
|
|
|
|
ext {
|
|
includeNtCore = true
|
|
includeWpiutil = true
|
|
pluginName = 'halsim_lowfi'
|
|
}
|
|
|
|
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"
|