Jar plugin
Table of Contents
Getting Started
Installing
build.gradle
buildscript {
repositories { jcenter() }
dependencies {
/* check jruby-gradle.org for the latest release */
classpath "com.github.jruby-gradle:jruby-gradle-jar-plugin:[1.1.4,2.0)"
}
}
apply plugin: 'com.github.jruby-gradle.jar'
Implicitly loaded plugins
Currently, the jar
plugin only depends on the base plugin of the
same version as the jar plugin and the java-base
plugin included with your
version of Gradle.