mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Also make sure table listeners stop listening in their destructors. This might be better handled by moving the table itself into ITableListener and providing cleanup functionality there. A submodule is used to pull in ntcore. Change-Id: I3031c1a768595cf0f8754c47e15cd423e2dbcce5
10 lines
229 B
Groovy
10 lines
229 B
Groovy
include 'networktables:ntcore',
|
|
'networktables:OutlineViewer',
|
|
'hal',
|
|
'wpilibj',
|
|
'wpilibc',
|
|
'simulation:JavaGazebo',
|
|
'simulation:SimDS',
|
|
'jenkins',
|
|
'driver-station'
|