Add caveat for #14

This commit is contained in:
R. Tyler Croy 2014-10-15 14:35:41 -07:00
parent 1f91d53626
commit df64caed33
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@ task myJar (type :Jar) {
If nothing is specified, then the bootstrap will look for a Ruby script `META-INF/init.rb`.
It is also possible to set the entry script. This must be specified relative to the root of the created JAR.
**NOTE:** There is currently a [known
issue](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/14) with
rebuilding a `shadowJar` when using the `initScript` setting. If you change the
setting, you will need to execute the `clean` task and rebuild for it to take
effect.
```groovy
jrubyJavaBootstrap {
jruby {