com.github.jruby-gradle.base
Owner: R. Tyler Croy
A Gradle plugin for working with JRuby projects for fun and profit. Mostly profit.
https://github.com/jruby-gradle/jruby-gradle-plugin
Version 2.1.0-alpha.2 (latest)
2.1.0-alpha.2
Created 23 November 2020.
The purpose of plugin is to encapsulate useful Gradle functionality for JRuby projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.jruby-gradle.base") version "2.1.0-alpha.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.jruby-gradle:jruby-gradle-plugin:2.1.0-alpha.2") } } apply(plugin = "com.github.jruby-gradle.base")
- Applying plugins to all subprojects .