Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 883eec1c2fed
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce183c8a25b4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 10, 2015

  1. Copy the full SHA
    c4cf8ab View commit details
  2. Merge pull request #3128 from jkutner/master

    Updated dev instructions for jruby-jars with mvnw
    mkristian committed Jul 10, 2015
    Copy the full SHA
    ce183c8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 maven/jruby-jars/DEV_INSTRUCTIONS
4 changes: 2 additions & 2 deletions maven/jruby-jars/DEV_INSTRUCTIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In order to build a new jruby-jars gem, here is the process:

* cd ../../
* mvn -Pjruby-jars
* ./mvnw -Pjruby-jars

the gem will be in ./pkg directory
the gem will be in ./pkg directory