Skip to content

Commit f469b8b

Browse files
authored
Specify that Ant is a test-time requirement
1 parent fd84bb0 commit f469b8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILDING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ Prerequisites:
66
* A [Java 21-compatible (or higher) Java development kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
77
* If `JAVA_HOME` is not set on Mac OS X: `export JAVA_HOME=$(/usr/libexec/java_home)`
88
* [Maven](https://maven.apache.org/download.cgi) 3.3.0+ (Maven Wrapper provided with `./mvnw`)
9+
10+
For running tests, you will need Ant:
11+
912
* [Apache Ant](https://ant.apache.org/bindownload.cgi) 1.8+ (see https://github.com/jruby/jruby/issues/2236)
10-
* [Make](https://www.gnu.org/software/make/) and a C++ compiler for installing the jruby-launcher gem
1113

1214
JRuby uses Maven for building and bootstrapping itself, along with Rake,
1315
RSpec, and MSpec for running integration tests.

0 commit comments

Comments
 (0)