File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
1214JRuby uses Maven for building and bootstrapping itself, along with Rake,
1315RSpec, and MSpec for running integration tests.
You can’t perform that action at this time.
0 commit comments