You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GradleRIO is a powerful Gradle Plugin that allows teams competing in the FIRST
3
3
robotics competition to produce and build their code without being limited to
4
-
the Eclipse IDE.
4
+
the Eclipse IDE.
5
5
6
-
GradleRIO extracts the WPILib sources from the eclipse plugin and allows you to
6
+
GradleRIO extracts the WPILib sources from the eclipse plugin and allows you to
7
7
use it with eclipse or IntelliJ IDEA. GradleRIO also allows you to build and
8
8
deploy your code to the RoboRIO without using eclipse.
9
-
10
-
9
+
10
+
11
11
* WPILib is downloaded and extracted using 'gradlew wpi'
12
12
* A workspace is setup using 'gradlew idea' or 'gradlew eclipse'
13
13
* Code is deployed using 'gradlew deploy' or 'gradlew deployIP' (deployIP for custom IP addresses)
14
+
* Robot Code or the RoboRIO can be restarted using 'gradlew robot' or 'gradlew reboot'
15
+
* Robot Code can be removed from the RoboRIO using 'gradlew cleanRIO'
14
16
15
17
16
-
##Download
18
+
##Download
17
19
To get GradleRIO, simply head to the [releases page](http://github.com/Open-RIO/GradleRIO/releases) and download the .zip file containing the archive. Extract it to your working directory and get coding!
0 commit comments