Bootstrapping
These plugins are available from the plugin portal. Add the appropriate plugin identifiers to your build.gradle file depending on the type of functionality you require.
build.gradle
plugins {
id 'org.ysb33r.jruby.resolver' version '2.3.0' (1)
id 'org.ysb33r.jruby.base' version '2.3.0' (2)
id 'org.ysb33r.jruby.resolver.kt' version '2.3.0' (3)
}
| 1 | A plugin which only provides a repository resolver for resolving Rubygems. |
| 2 | Provides the ability to execute JRuby-based tasks and scripts. |
| 3 | For the Kotlin DSL, on Gradle versions prior to 7.6, this will simplify the DSL syntax for declaring GEM repositories. |