diff --git a/README.md b/README.md index 3f51943..1db6cd4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Ruby + Gradle Example -This project relies heavily on the marvelous [TorqueBox Rubygems Maven repo](http://rubygems-proxy.torquebox.org/). +This project relies heavily on the marvelous [TorqueBox Rubygems Maven +repo](http://rubygems-proxy.torquebox.org/) and my own +[jruby-gradle-plugin](http://plugins.gradle.org/plugin/com.lookout.jruby) ## Usage @@ -9,7 +11,7 @@ In order to prepare the dependencies for the JRuby application you must invoke gradle: ```bash -% ./gradlew war +% ./gradlew jrubyWar ``` This will do a few things: @@ -21,15 +23,6 @@ This will do a few things: 1. Create a runnable `.war` of what's in `src/main/webapp` -Alternatively you can run: - -```bash -% ./gradlew jettyRunWar -``` - -Which will do all of the above and also run the war [locally on port -`8080`](http://localhost:8080/rubygradle) - ### Running locally ```bash