mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
NetworkTables updates for beta
This commit does a few things. First, we publish ntcore as a maven artifact so the plugins can build with new networktables, and java programs will depend on the correct version when compiled. We also revert the changes to OutlineViewer for now. I got an exception when attempting to start a server with the new network tables in OutlineViewer on Windows, I will create a bug for this. Also, since we don't have the binaries integrating properly yet and won't for the first beta, we need to be using the platform agnostic version anyway. Change-Id: I9960f25bc3f2b30bb59fce665eb914ef5e661c9c
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<artifactItem>
|
||||
<groupId>edu.wpi.first.wpilib.networktables.java</groupId>
|
||||
<artifactId>NetworkTables</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
<destFileName>NetworkTables.jar</destFileName>
|
||||
<outputDirectory>${java-zip}/lib</outputDirectory>
|
||||
|
||||
Reference in New Issue
Block a user