Download JRuby/Gradle
Table of Contents
Base plugin
build.gradle
buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-plugin:[1.1.2,1.2)"
}
}
apply plugin: "com.github.jruby-gradle.base"
Jar plugin
build.gradle
buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-jar-plugin:[1.1.2,1.2)"
}
}
apply plugin: "com.github.jruby-gradle.jar"