class JRubyJarPlugin extends java.lang.Object
Type | Name and description |
---|---|
void |
apply(org.gradle.api.Project project) |
void |
checkJRubyVersions(org.gradle.api.Project project) Check our configured jruby versions to see if any of them are old enough to cause problems with a packed jar |
boolean |
isJRubyVersionDeprecated(java.lang.String version) Determine whether the version of the JRuby provided is deprecated as far as the jar plugin is concerned. |
void |
updateTestTask(org.gradle.api.Project project) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Check our configured jruby versions to see if any of them are old enough
to cause problems with a packed jar
Determine whether the version of the JRuby provided is deprecated as far as the jar plugin is concerned. Deprecated means that the version is unlikely to produce a useful artifact due to missing functionality in JRuby core