This changelog is no longer maintained. For release notes, expand each version's release notes in the [GitHub milesontes)[https://github.com/jruby-gradle/jruby-gradle-plugin/milestones?state=closed).
- #125 - fixes one severe and one little issue with version resolution for gem artifacts
- #106 - some little improvements on calling gem install
- #108 - generate .jrubydir files for installed gems
- #110 - WIP Jruby jar dependencies
- #111 - Resolved issues port #108 merge
- #105 support
generating a
gradle.rbfile for executing JRuby code outside of Gradle
- #101 -
ZipException with 0.1.12 executing jrubyStorm task. Defaulting the gem
installation directory to
${buildDir}/gems
- Added support for using closures in the
scriptArgsforJRubyExectasks which are evaluated at execution time.
jruby.gemInstallDiris no longer of typeString, but now of typeObjectand is of private scope. Access via assignment (as per previous versions) or use getter/setter methods.- Default for
gemInstallDiris now"${buildDir}/gems"instead of"${buildDir}/vendor/gems"
- #83 - Installing GEMs on Windows
- #93 - More consistency
between
JRubyExecandproject.jrubyexecin the way the execution environment is prepared way
- #92 - Support for building and testing Windows environments on Appveyor
- #84 - Set sourceCompatibility to 1.6
- #89 - Upgrade default JRuby version to 1.7.17
- #90 - JRubyExec should overwrite/clean the environment of RVM settings
- #91 - JRubyExec task not executing because it's always "up to date"
- #73 - Allow
user to override GEM directory for
JRubyExecandproject.jrubyexec. Issues addressed that broken 0.1.6 and 0.1.7
- #77 - 0.1.6 regresses existing JRubyExec tasks
- #79 - Gem installation should override jbundler/jar-dependencies defaults
- #77 - Corrects issue introduced in
0.1.6related to missinggemWorkDir
- #73 - Allow user to override GEM directory for
JRubyExec
- #70 - Run executable scripts from gem dependency
- #68 -
JRubyExecshould unset/overwriteGEM_HOME/GEM_PATH
- #53 -
JRubyExecshould not overwrite gems on every run - #57 - Make
JRuby1.7.16 the default - #58 - Make build independent of project directory name
- #61 - Native gems are not properly supported
- #63 - Make the
JRubyExecscriptargument optional providedjrubyArgsis present - #64 - Updates to
JRubyExec&project.jrubyexecto handle-S