Skip to content

Commit

Permalink
Add note to README that JDK 1.7 currently required for compiling base…
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
jafingerhut committed Jun 12, 2012
1 parent cbb7599 commit c96cae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The specifications for the baseline tests are in https://github.com/clojure/test

```bash
# this will pull down the non-CA repo into src/baseline and build
# Currently some Java programs require JDK 1.7 for Fork/Join library.
mvn compile -Pbaseline

# afterwards you can execute baseline tests as follows
Expand Down

0 comments on commit c96cae4

Please sign in to comment.