mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
9 lines
262 B
Groovy
9 lines
262 B
Groovy
|
|
description = "A plugin that listens on a socket so that you can use the real Driver Station software to connect to the simulation"
|
||
|
|
|
||
|
|
ext {
|
||
|
|
includeWpiutil = true
|
||
|
|
pluginName = 'halsim_ds_socket'
|
||
|
|
}
|
||
|
|
|
||
|
|
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"
|