Skip to content

Commit

Permalink
Add a section about incremental builds
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jul 31, 2024
1 parent 4414e90 commit 5f1f306
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ This will run the default "install" goal (`mvn install`) and will do all of the

The environment is now suitable for running Ruby applications.

If you have Maven installed in your PATH, you can just use `mvn` instead of `./mvnw`.

Incremental Builds
------------------

When working on JRuby sources, it is helpful to incrementally rebuild only the `lib/jruby.jar` file rather than also
re-assembling the standard library. You can add `-Dcore` to the `mvn` command line to speed up incremental builds:

```
./mvnw -Dcore
```

Running JRuby
-------------

Expand Down

0 comments on commit 5f1f306

Please sign in to comment.