mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Reverts the 2017 Image for Beta 1 (#264)
* Revert "Updated the rpath to point to the correct location for the Java integration tests. (#262)" This reverts commitc313dde03a. * Revert "Update image 2017 v5 (#254)" This reverts commit8d1c51b7e9.
This commit is contained in:
committed by
Fred Silberberg
parent
27bf94fd06
commit
f1c2b66569
@@ -215,7 +215,7 @@ public abstract class RobotBase {
|
||||
file.createNewFile();
|
||||
|
||||
try (FileOutputStream output = new FileOutputStream(file)) {
|
||||
output.write("v2017.1.0-beta-1".getBytes());
|
||||
output.write("2016 Java Release 5".getBytes());
|
||||
}
|
||||
|
||||
} catch (IOException ex) {
|
||||
|
||||
Reference in New Issue
Block a user