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.rb
file 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
scriptArgs
forJRubyExec
tasks which are evaluated at execution time.
jruby.gemInstallDir
is no longer of typeString
, but now of typeObject
and is of private scope. Access via assignment (as per previous versions) or use getter/setter methods.- Default for
gemInstallDir
is now"${buildDir}/gems"
instead of"${buildDir}/vendor/gems"
- #83 - Installing GEMs on Windows
- #93 - More consistency
between
JRubyExec
andproject.jrubyexec
in 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
JRubyExec
andproject.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.6
related to missinggemWorkDir
- #73 - Allow user to override GEM directory for
JRubyExec
- #70 - Run executable scripts from gem dependency
- #68 -
JRubyExec
should unset/overwriteGEM_HOME/GEM_PATH
- #53 -
JRubyExec
should not overwrite gems on every run - #57 - Make
JRuby
1.7.16 the default - #58 - Make build independent of project directory name
- #61 - Native gems are not properly supported
- #63 - Make the
JRubyExec
script
argument optional providedjrubyArgs
is present - #64 - Updates to
JRubyExec
&project.jrubyexec
to handle-S