File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
33# FRamework
44A functional-reactive wrapper around WPILib.
5+
6+ # Install instructions
7+ To install, run:
8+
9+ ```
10+ ant install -buildfile install.xml
11+ ```
12+
13+ To compile, run
14+ ```
15+ ant compile
16+ ```
17+
18+ To test, run:
19+ ```
20+ ant test
21+ ```
Original file line number Diff line number Diff line change 66 <conf name =" test" description =" Required for test only" extends =" runtime" />
77 </configurations >
88 <dependencies >
9- <dependency org =" io.reactivex" name =" rxjava" rev =" 1.1.6 " />
9+ <dependency org =" io.reactivex.rxjava2 " name =" rxjava" rev =" 2.0.4 " />
1010 <dependency org =" org.hamcrest" name =" hamcrest-library" rev =" 1.3" />
1111 <dependency org =" junit" name =" junit" rev =" 4.12" />
1212 <dependency org =" org.apache.ant" name =" ant-junit" rev =" 1.9.7" />
You can’t perform that action at this time.
0 commit comments