mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
8 lines
178 B
Groovy
8 lines
178 B
Groovy
description = "A simulation shared object that simply prints robot behaviors"
|
|
|
|
ext {
|
|
pluginName = 'halsim_print'
|
|
}
|
|
|
|
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"
|