Files
allwpilib/settings.gradle
Peter Johnson f89c5e150f Use new NetworkTables across WPILib (C++ and Java).
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
2015-09-18 06:09:36 -07:00

10 lines
229 B
Groovy

include 'networktables:ntcore',
'networktables:OutlineViewer',
'hal',
'wpilibj',
'wpilibc',
'simulation:JavaGazebo',
'simulation:SimDS',
'jenkins',
'driver-station'