Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2016-08-30 12:34:07 -07:00
parent d6718b1b25
commit 91cadd631e
72 changed files with 1194 additions and 338 deletions

View File

@ -113,7 +113,7 @@ Base plugin
dependencies { dependencies {
<span class="comment">/* check jruby-gradle.org for the latest release */</span> <span class="comment">/* check jruby-gradle.org for the latest release */</span>
classpath <span class="string"><span class="delimiter">&quot;</span><span class="content">com.github.jruby-gradle:jruby-gradle-plugin:1.1.0</span><span class="delimiter">&quot;</span></span> classpath <span class="string"><span class="delimiter">&quot;</span><span class="content">com.github.jruby-gradle:jruby-gradle-plugin:[1.1.4,2.0)</span><span class="delimiter">&quot;</span></span>
} }
} }
@ -421,6 +421,7 @@ relies on.</p>
jruby.defaultRepositories false jruby.defaultRepositories false
repositories { repositories {
jcenter()
rubygems('https://rubygems.org') rubygems('https://rubygems.org')
} }
@ -500,5 +501,10 @@ where <code>build.gradle</code> is located
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//base.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -81,5 +81,10 @@ list</a> can be used. If you wish to subscribe to the mailing list, email
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//community.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3"> <meta name="generator" content="Asciidoctor 1.5.4">
<title>JRuby Gradle Cookbook</title> <title>JRuby Gradle Cookbook</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style> <style>
@ -416,7 +416,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important} .hide-for-print{display:none!important}
.show-for-print{display:inherit!important}} .show-for-print{display:inherit!important}}
</style> </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<style> <style>
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/ /*pre.CodeRay {background-color:#f7f7f8;}*/

View File

@ -95,5 +95,10 @@ JRuby/Gradle API Documentation
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//docs.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -82,7 +82,7 @@ snippets below to incorporate the latest plugins into your own <a href="http://g
repositories { jcenter() } repositories { jcenter() }
dependencies { dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.4&quot; classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:[1.1.2,1.2)&quot;
} }
} }
apply plugin: &quot;com.github.jruby-gradle.base&quot;</code></pre> apply plugin: &quot;com.github.jruby-gradle.base&quot;</code></pre>
@ -100,7 +100,7 @@ apply plugin: &quot;com.github.jruby-gradle.base&quot;</code></pre>
repositories { jcenter() } repositories { jcenter() }
dependencies { dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.4&quot; classpath &quot;com.github.jruby-gradle:jruby-gradle-jar-plugin:[1.1.2,1.2)&quot;
} }
} }
apply plugin: &quot;com.github.jruby-gradle.jar&quot;</code></pre> apply plugin: &quot;com.github.jruby-gradle.jar&quot;</code></pre>
@ -118,7 +118,7 @@ apply plugin: &quot;com.github.jruby-gradle.jar&quot;</code></pre>
repositories { jcenter() } repositories { jcenter() }
dependencies { dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-war-plugin:1.0.4-alpha&quot; classpath &quot;com.github.jruby-gradle:jruby-gradle-war-plugin:[1.1.2,1.2)-alpha&quot;
} }
} }
apply plugin: &quot;com.github.jruby-gradle.war&quot;</code></pre> apply plugin: &quot;com.github.jruby-gradle.war&quot;</code></pre>
@ -136,7 +136,7 @@ apply plugin: &quot;com.github.jruby-gradle.war&quot;</code></pre>
repositories { jcenter() } repositories { jcenter() }
dependencies { dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-storm-plugin:0.1.6&quot; classpath &quot;com.github.jruby-gradle:jruby-gradle-storm-plugin:[0.4.2,0.5)&quot;
} }
} }
apply plugin: &quot;com.github.jruby-gradle.storm&quot;</code></pre> apply plugin: &quot;com.github.jruby-gradle.storm&quot;</code></pre>
@ -146,5 +146,10 @@ apply plugin: &quot;com.github.jruby-gradle.storm&quot;</code></pre>
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//download.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -146,5 +146,10 @@ up the JRuby environment.</p>
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//errors/jar-deprecated-jrubyversion.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -135,5 +135,10 @@ led to the restriction behind defined in the <a href="/base/">base</a> plugin</p
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//errors/jrubyexec-version-conflict.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:12 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:47 PDT 2016 -->
<title>GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.1.5 API)</title> <title>GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:12 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:46 PDT 2016 -->
<title>GemUtils (jruby-gradle-base-plugin 1.1.5 API)</title> <title>GemUtils (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemUtils (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="GemUtils (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -50,11 +50,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<div> <div>
<ul class="subNavList"> <ul class="subNavList">
<li>Summary:&nbsp;</li> <li>Summary:&nbsp;</li>
<li><a href="#nested_summary">Nested</a></li>&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; <li><a href="#nested_summary">Nested</a></li>&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
<ul class="subNavList"> <ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li> <li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
</div> </div>
<a name="skip-navbar_top"> <a name="skip-navbar_top">
@ -122,6 +122,32 @@ if (location.href.indexOf('is-external=true') == -1) {
<!-- =========== PROPERTY SUMMARY =========== --> <!-- =========== PROPERTY SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Properties Summary table, listing nested classes, and an explanation">
<caption><span>Properties</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#JRUBY_ARCHIVE_NAME"></a>JRUBY_ARCHIVE_NAME</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#JRUBY_MAINCLASS"></a>JRUBY_MAINCLASS</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- =========== ELEMENT SUMMARY =========== --> <!-- =========== ELEMENT SUMMARY =========== -->
@ -159,7 +185,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>static&nbsp;org.gradle.api.file.CopySpec</strong></code></td> <td class="colFirst"><code>static&nbsp;org.gradle.api.file.CopySpec</strong></code></td>
<td class="colLast"><code><strong><a href="#gemCopySpec(def, org.gradle.api.Project, java.lang.Object)">gemCopySpec</a></strong>(java.lang.Object properties = [:], org.gradle.api.Project project, java.lang.Object dir)</code><br>Adds a GEM CopySpec to an archive</td> <td class="colLast"><code><strong><a href="#gemCopySpec(java.util.Map, org.gradle.api.Project, java.lang.Object)">gemCopySpec</a></strong>(java.util.Map properties = [:], org.gradle.api.Project project, java.lang.Object dir)</code><br>Adds a GEM CopySpec to an archive</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -176,7 +202,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static&nbsp;org.gradle.api.file.CopySpec</strong></code></td> <td class="colFirst"><code>static&nbsp;org.gradle.api.file.CopySpec</strong></code></td>
<td class="colLast"><code><strong><a href="#jarCopySpec(org.gradle.api.Project, java.lang.Object)">jarCopySpec</a></strong>(org.gradle.api.Project project, java.lang.Object dir)</code><br>// specifications/* <td class="colLast"><code><strong><a href="#jarCopySpec(org.gradle.api.Project, java.lang.Object)">jarCopySpec</a></strong>(org.gradle.api.Project project, java.lang.Object dir)</code><br>// specifications/*
if(!</td> if (!</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -230,6 +256,32 @@ if (location.href.indexOf('is-external=true') == -1) {
<!-- =========== PROPERTY DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="prop_detail">
<!-- -->
</a>
<h3>Property Detail</h3>
<a name="JRUBY_ARCHIVE_NAME"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;final&nbsp;java.lang.String <strong>JRUBY_ARCHIVE_NAME</strong></h4>
<p></p>
</li>
</ul>
<a name="JRUBY_MAINCLASS"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;final&nbsp;java.lang.String <strong>JRUBY_MAINCLASS</strong></h4>
<p></p>
</li>
</ul>
</li>
</ul>
@ -270,10 +322,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</li> </li>
</ul> </ul>
<a name="gemCopySpec(def, org.gradle.api.Project, java.lang.Object)"><!-- --></a> <a name="gemCopySpec(java.util.Map, org.gradle.api.Project, java.lang.Object)"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>static&nbsp;org.gradle.api.file.CopySpec <strong>gemCopySpec</strong>(java.lang.Object properties = [:], org.gradle.api.Project project, java.lang.Object dir)</h4> <h4>static&nbsp;org.gradle.api.file.CopySpec <strong>gemCopySpec</strong>(java.util.Map properties = [:], org.gradle.api.Project project, java.lang.Object dir)</h4>
<p> Adds a GEM CopySpec to an archive <p> Adds a GEM CopySpec to an archive
The following are supported as properties: The following are supported as properties:
@ -310,7 +362,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h4>static&nbsp;org.gradle.api.file.CopySpec <strong>jarCopySpec</strong>(org.gradle.api.Project project, java.lang.Object dir)</h4> <h4>static&nbsp;org.gradle.api.file.CopySpec <strong>jarCopySpec</strong>(org.gradle.api.Project project, java.lang.Object dir)</h4>
<p> <p>
// specifications/* // specifications/*
if(!fullGem) { if (!fullGem) {
exclude 'cache/**' exclude 'cache/**'
exclude 'gems/</p> exclude 'gems/</p>
</li> </li>
@ -374,11 +426,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<div> <div>
<ul class="subNavList"> <ul class="subNavList">
<li>Summary:&nbsp;</li> <li>Summary:&nbsp;</li>
<li><a href="#nested_summary">Nested</a></li>&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; <li><a href="#nested_summary">Nested</a></li>&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
<ul class="subNavList"> <ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li> <li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
</div> </div>
<p>Groovy Documentation</p> <p>Groovy Documentation</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:13 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:48 PDT 2016 -->
<title>JRubyPlugin (jruby-gradle-base-plugin 1.1.5 API)</title> <title>JRubyPlugin (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyPlugin (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="JRubyPlugin (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -137,6 +137,11 @@ extends java.lang.Object
<td class="colLast"><code><a href="#TASK_GROUP_NAME"></a>TASK_GROUP_NAME</code><br></td> <td class="colLast"><code><a href="#TASK_GROUP_NAME"></a>TASK_GROUP_NAME</code><br></td>
</tr> </tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#VERSION_PROPERTY"></a>VERSION_PROPERTY</code><br></td>
</tr>
</table> </table>
</ul> </ul>
</li> </li>
@ -244,6 +249,14 @@ extends java.lang.Object
</li> </li>
</ul> </ul>
<a name="VERSION_PROPERTY"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;final&nbsp;java.lang.String <strong>VERSION_PROPERTY</strong></h4>
<p></p>
</li>
</ul>
</li> </li>
</ul> </ul>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:13 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:48 PDT 2016 -->
<title>JRubyPluginExtension (jruby-gradle-base-plugin 1.1.5 API)</title> <title>JRubyPluginExtension (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyPluginExtension (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="JRubyPluginExtension (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -79,6 +79,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<p> Class providing the jruby{} DSL extension to the Gradle build script
</p>
</li> </li>
</ul> </ul>
</div> </div>

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:12 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:47 PDT 2016 -->
<title>GemVersion (jruby-gradle-base-plugin 1.1.5 API)</title> <title>GemVersion (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemVersion (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="GemVersion (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -50,11 +50,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<div> <div>
<ul class="subNavList"> <ul class="subNavList">
<li>Summary:&nbsp;</li> <li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
<ul class="subNavList"> <ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li> <li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
</div> </div>
<a name="skip-navbar_top"> <a name="skip-navbar_top">
@ -121,6 +121,42 @@ if (location.href.indexOf('is-external=true') == -1) {
<!-- =========== PROPERTY SUMMARY =========== --> <!-- =========== PROPERTY SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Properties Summary table, listing nested classes, and an explanation">
<caption><span>Properties</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#high"></a>high</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#low"></a>low</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>java.lang.Object</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#postfix"></a>postfix</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>java.lang.Object</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#prefix"></a>prefix</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- =========== ELEMENT SUMMARY =========== --> <!-- =========== ELEMENT SUMMARY =========== -->
@ -221,6 +257,48 @@ if (location.href.indexOf('is-external=true') == -1) {
<!-- =========== PROPERTY DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="prop_detail">
<!-- -->
</a>
<h3>Property Detail</h3>
<a name="high"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>final&nbsp;java.lang.String <strong>high</strong></h4>
<p></p>
</li>
</ul>
<a name="low"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>final&nbsp;java.lang.String <strong>low</strong></h4>
<p></p>
</li>
</ul>
<a name="postfix"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>final&nbsp;java.lang.Object <strong>postfix</strong></h4>
<p></p>
</li>
</ul>
<a name="prefix"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>final&nbsp;java.lang.Object <strong>prefix</strong></h4>
<p></p>
</li>
</ul>
</li>
</ul>
@ -322,11 +400,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<div> <div>
<ul class="subNavList"> <ul class="subNavList">
<li>Summary:&nbsp;</li> <li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
<ul class="subNavList"> <ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li> <li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul> </ul>
</div> </div>
<p>Groovy Documentation</p> <p>Groovy Documentation</p>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:12 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:47 PDT 2016 -->
<title>GemVersionResolver (jruby-gradle-base-plugin 1.1.5 API)</title> <title>GemVersionResolver (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemVersionResolver (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="GemVersionResolver (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -79,6 +79,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<p> Resolved to compute gem versions
</p>
</li> </li>
</ul> </ul>
</div> </div>
@ -171,21 +174,16 @@ if (location.href.indexOf('is-external=true') == -1) {
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#log(groovy.lang.Closure)">log</a></strong>(groovy.lang.Closure message)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#resolve(org.gradle.api.artifacts.DependencyResolveDetails)">resolve</a></strong>(org.gradle.api.artifacts.DependencyResolveDetails details)</code><br></td> <td class="colLast"><code><strong><a href="#resolve(org.gradle.api.artifacts.DependencyResolveDetails)">resolve</a></strong>(org.gradle.api.artifacts.DependencyResolveDetails details)</code><br></td>
</tr> </tr>
<tr class="rowColor"> <tr class="altColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td> <td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#setup(org.gradle.api.Project)">setup</a></strong>(org.gradle.api.Project project)</code><br></td> <td class="colLast"><code><strong><a href="#setup(org.gradle.api.Project)">setup</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>java.lang.String</strong></code></td> <td class="colFirst"><code>java.lang.String</strong></code></td>
<td class="colLast"><code><strong><a href="#toString()">toString</a></strong>()</code><br></td> <td class="colLast"><code><strong><a href="#toString()">toString</a></strong>()</code><br></td>
</tr> </tr>
@ -292,14 +290,6 @@ if (location.href.indexOf('is-external=true') == -1) {
</li> </li>
</ul> </ul>
<a name="log(groovy.lang.Closure)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>log</strong>(groovy.lang.Closure message)</h4>
<p></p>
</li>
</ul>
<a name="resolve(org.gradle.api.artifacts.DependencyResolveDetails)"><!-- --></a> <a name="resolve(org.gradle.api.artifacts.DependencyResolveDetails)"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:13 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:47 PDT 2016 -->
<title>JRubyExecDelegate (jruby-gradle-base-plugin 1.1.5 API)</title> <title>JRubyExecDelegate (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyExecDelegate (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="JRubyExecDelegate (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:13 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:47 PDT 2016 -->
<title>JRubyExecTraits (jruby-gradle-base-plugin 1.1.5 API)</title> <title>JRubyExecTraits (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyExecTraits (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="JRubyExecTraits (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -125,7 +125,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><strong>java.util.List&lt;java.lang.String&gt;</strong></code>&nbsp;</td> <td class="colFirst"><code><strong>java.util.List&lt;java.lang.String&gt;</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#FILTER_ENV_KEYS"></a>FILTER_ENV_KEYS</code><br></td> <td class="colLast"><code><a href="#filterEnvKeys"></a>filterEnvKeys</code><br></td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -180,67 +180,72 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#configuration(java.lang.String)">configuration</a></strong>(java.lang.String newConfiguration)</code><br></td> <td class="colLast"><code><strong><a href="#configuration(org.gradle.api.artifacts.Configuration)">configuration</a></strong>(org.gradle.api.artifacts.Configuration newConfiguration)</code><br></td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#configuration(java.lang.String)">configuration</a></strong>(java.lang.String newConfiguration)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#gemWorkDir(java.lang.Object)">gemWorkDir</a></strong>(java.lang.Object workingDir)</code><br>Set alternative GEM unpack directory to use</td> <td class="colLast"><code><strong><a href="#gemWorkDir(java.lang.Object)">gemWorkDir</a></strong>(java.lang.Object workingDir)</code><br>Set alternative GEM unpack directory to use</td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>java.lang.String</strong></code></td> <td class="colFirst"><code>java.lang.String</strong></code></td>
<td class="colLast"><code><strong><a href="#getComputedPATH(java.lang.String)">getComputedPATH</a></strong>(java.lang.String originalPath)</code><br>Return the computed `PATH` for the task</td> <td class="colLast"><code><strong><a href="#getComputedPATH(java.lang.String)">getComputedPATH</a></strong>(java.lang.String originalPath)</code><br>Return the computed `PATH` for the task</td>
</tr> </tr>
<tr class="rowColor"> <tr class="altColor">
<td class="colFirst"><code>java.lang.String</strong></code></td> <td class="colFirst"><code>java.lang.String</strong></code></td>
<td class="colLast"><code><strong><a href="#getConfiguration()">getConfiguration</a></strong>()</code><br></td> <td class="colLast"><code><strong><a href="#getConfiguration()">getConfiguration</a></strong>()</code><br></td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>java.io.File</strong></code></td> <td class="colFirst"><code>java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#getGemWorkDir()">getGemWorkDir</a></strong>()</code><br>Returns the directory that will be used to unpack Gems into</td> <td class="colLast"><code><strong><a href="#getGemWorkDir()">getGemWorkDir</a></strong>()</code><br>Returns the directory that will be used to unpack Gems into</td>
</tr> </tr>
<tr class="rowColor"> <tr class="altColor">
<td class="colFirst"><code>java.util.Map</strong></code></td> <td class="colFirst"><code>java.util.Map</strong></code></td>
<td class="colLast"><code><strong><a href="#getPreparedEnvironment(java.util.Map)">getPreparedEnvironment</a></strong>(java.util.Map env)</code><br></td> <td class="colLast"><code><strong><a href="#getPreparedEnvironment(java.util.Map)">getPreparedEnvironment</a></strong>(java.util.Map env)</code><br></td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#jrubyArgs(java.lang.Object)">jrubyArgs</a></strong>(java.lang.Object... args)</code><br>Add arguments for jruby</td> <td class="colLast"><code><strong><a href="#jrubyArgs(java.lang.Object)">jrubyArgs</a></strong>(java.lang.Object... args)</code><br>Add arguments for jruby</td>
</tr> </tr>
<tr class="rowColor"> <tr class="altColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#prepareDependencies(org.gradle.api.Project)">prepareDependencies</a></strong>(org.gradle.api.Project project)</code><br>Prepare the Ruby and Java dependencies for the configured configuration</td> <td class="colLast"><code><strong><a href="#prepareDependencies(org.gradle.api.Project)">prepareDependencies</a></strong>(org.gradle.api.Project project)</code><br>Prepare the Ruby and Java dependencies for the configured configuration</td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#prepareDependencies(org.gradle.api.Project, com.github.jrubygradle.GemUtils.OverwriteAction)">prepareDependencies</a></strong>(org.gradle.api.Project project, <a href='../../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br>Prepare dependencies with a custom overwrite behavior</td> <td class="colLast"><code><strong><a href="#prepareDependencies(org.gradle.api.Project, com.github.jrubygradle.GemUtils.OverwriteAction)">prepareDependencies</a></strong>(org.gradle.api.Project project, <a href='../../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br>Prepare dependencies with a custom overwrite behavior</td>
</tr> </tr>
<tr class="rowColor"> <tr class="altColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#script(def)">script</a></strong>(java.lang.Object scr)</code><br>Set script to execute.</td> <td class="colLast"><code><strong><a href="#script(java.lang.Object)">script</a></strong>(java.lang.Object scr)</code><br>Set script to execute.</td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#scriptArgs(java.lang.Object)">scriptArgs</a></strong>(java.lang.Object... args)</code><br>Add arguments for script</td> <td class="colLast"><code><strong><a href="#scriptArgs(java.lang.Object)">scriptArgs</a></strong>(java.lang.Object... args)</code><br>Add arguments for script</td>
</tr> </tr>
<tr class="rowColor"> <tr class="altColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#scriptArgs(groovy.lang.Closure)">scriptArgs</a></strong>(groovy.lang.Closure c)</code><br>Add arguments for script in a closure style</td> <td class="colLast"><code><strong><a href="#scriptArgs(groovy.lang.Closure)">scriptArgs</a></strong>(groovy.lang.Closure c)</code><br>Add arguments for script in a closure style</td>
</tr> </tr>
<tr class="altColor"> <tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td> <td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#setScript(def)">setScript</a></strong>(java.lang.Object scr)</code><br>Set script to execute.</td> <td class="colLast"><code><strong><a href="#setScript(java.lang.Object)">setScript</a></strong>(java.lang.Object scr)</code><br>Set script to execute.</td>
</tr> </tr>
</table> </table>
@ -268,10 +273,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</a> </a>
<h3>Property Detail</h3> <h3>Property Detail</h3>
<a name="FILTER_ENV_KEYS"><!-- --></a> <a name="filterEnvKeys"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>final&nbsp;java.util.List&lt;java.lang.String&gt; <strong>FILTER_ENV_KEYS</strong></h4> <h4>final&nbsp;java.util.List&lt;java.lang.String&gt; <strong>filterEnvKeys</strong></h4>
<p></p> <p></p>
</li> </li>
</ul> </ul>
@ -333,11 +338,21 @@ java.util.List&lt;java.lang.String&gt; <strong>_convertJrubyArgs</strong>()</h4>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>@groovy.transform.CompileDynamic <h4>@groovy.transform.CompileDynamic
/* collectMany is literally wrong here, stupid codenarc */
@java.lang.SuppressWarnings('UseCollectMany')
java.util.List&lt;java.lang.String&gt; <strong>_convertScriptArgs</strong>()</h4> java.util.List&lt;java.lang.String&gt; <strong>_convertScriptArgs</strong>()</h4>
<p></p> <p></p>
</li> </li>
</ul> </ul>
<a name="configuration(org.gradle.api.artifacts.Configuration)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>configuration</strong>(org.gradle.api.artifacts.Configuration newConfiguration)</h4>
<p></p>
</li>
</ul>
<a name="configuration(java.lang.String)"><!-- --></a> <a name="configuration(java.lang.String)"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
@ -423,7 +438,7 @@ java.io.File <strong>getGemWorkDir</strong>()</h4>
</li> </li>
</ul> </ul>
<a name="script(def)"><!-- --></a> <a name="script(java.lang.Object)"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>void <strong>script</strong>(java.lang.Object scr)</h4> <h4>void <strong>script</strong>(java.lang.Object scr)</h4>
@ -450,7 +465,7 @@ java.io.File <strong>getGemWorkDir</strong>()</h4>
</li> </li>
</ul> </ul>
<a name="setScript(def)"><!-- --></a> <a name="setScript(java.lang.Object)"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>void <strong>setScript</strong>(java.lang.Object scr)</h4> <h4>void <strong>setScript</strong>(java.lang.Object scr)</h4>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:13 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:47 PDT 2016 -->
<title>JRubyExecUtils (jruby-gradle-base-plugin 1.1.5 API)</title> <title>JRubyExecUtils (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyExecUtils (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="JRubyExecUtils (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -156,7 +156,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static&nbsp;java.lang.Object</strong></code></td> <td class="colFirst"><code>static&nbsp;java.util.Set</strong></code></td>
<td class="colLast"><code><strong><a href="#classpathFromConfiguration(org.gradle.api.artifacts.Configuration)">classpathFromConfiguration</a></strong>(org.gradle.api.artifacts.Configuration cfg)</code><br>Extract a list of files from a configuration that is suitable for a jruby classpath</td> <td class="colLast"><code><strong><a href="#classpathFromConfiguration(org.gradle.api.artifacts.Configuration)">classpathFromConfiguration</a></strong>(org.gradle.api.artifacts.Configuration cfg)</code><br>Extract a list of files from a configuration that is suitable for a jruby classpath</td>
</tr> </tr>
@ -292,7 +292,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<a name="classpathFromConfiguration(org.gradle.api.artifacts.Configuration)"><!-- --></a> <a name="classpathFromConfiguration(org.gradle.api.artifacts.Configuration)"><!-- --></a>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>static&nbsp;java.lang.Object <strong>classpathFromConfiguration</strong>(org.gradle.api.artifacts.Configuration cfg)</h4> <h4>static&nbsp;java.util.Set <strong>classpathFromConfiguration</strong>(org.gradle.api.artifacts.Configuration cfg)</h4>
<p> Extract a list of files from a configuration that is suitable for a jruby classpath <DL><DT><B>Returns:</B></DT><DD></DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>cfg</code> - Configuration to use</DD></DL></p> <p> Extract a list of files from a configuration that is suitable for a jruby classpath <DL><DT><B>Returns:</B></DT><DD></DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>cfg</code> - Configuration to use</DD></DL></p>
</li> </li>
</ul> </ul>
@ -329,8 +329,10 @@ static&nbsp;java.lang.String <strong>jrubyJarVersion</strong>(java.io.File jar)<
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>@groovy.transform.CompileDynamic <h4>@groovy.transform.CompileDynamic
@java.lang.Deprecated
static&nbsp;java.util.Map <strong>jrubyJarVersionTriple</strong>(java.io.File jar)</h4> static&nbsp;java.util.Map <strong>jrubyJarVersionTriple</strong>(java.io.File jar)</h4>
<p> Extracts the JRuby version number as a triplet from a jruby-complete-XXX.jar filename <p> Extracts the JRuby version number as a triplet from a jruby-complete-XXX.jar filename<DL><DT><B>deprecated:</B></DT><DD>This method is no longer used and will be removed in a later
version</DD></DL>
<DL><DT><B>Returns:</B></DT><DD>Version string map [major,minor,patchlevel] or null</DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>jar</code> - JRuby Jar</DD></DL><DL><DT><B>Since:</B></DT><DD>0.1.16</DD></DL></p> <DL><DT><B>Returns:</B></DT><DD>Version string map [major,minor,patchlevel] or null</DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>jar</code> - JRuby Jar</DD></DL><DL><DT><B>Since:</B></DT><DD>0.1.16</DD></DL></p>
</li> </li>
</ul> </ul>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:13 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:48 PDT 2016 -->
<title>RubygemsServlet (jruby-gradle-base-plugin 1.1.5 API)</title> <title>RubygemsServlet (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RubygemsServlet (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="RubygemsServlet (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.1.5 API)</title> <title>com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="keywords" content="com.github.jrubygradle.internal package"> <meta name="keywords" content="com.github.jrubygradle.internal package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
parent.document.title="com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.3.1 API)";
} }
</script> </script>
<noscript> <noscript>
@ -116,7 +116,7 @@ function windowTitle()
GemVersionResolver GemVersionResolver
</a></strong> </a></strong>
</td> </td>
<td></td> <td>Resolved to compute gem versions</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"> <td class="colOne">

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>com.github.jrubygradle (jruby-gradle-base-plugin 1.1.5 API)</title> <title>com.github.jrubygradle (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="keywords" content="com.github.jrubygradle package"> <meta name="keywords" content="com.github.jrubygradle package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" title="Style"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
parent.document.title="com.github.jrubygradle (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="com.github.jrubygradle (jruby-gradle-base-plugin 1.3.1 API)";
} }
</script> </script>
<noscript> <noscript>
@ -109,7 +109,7 @@ function windowTitle()
JRubyPluginExtension JRubyPluginExtension
</a></strong> </a></strong>
</td> </td>
<td></td> <td>Class providing the jruby{} DSL extension to the Gradle build script</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"> <td class="colOne">

View File

@ -4,8 +4,8 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>Deprecated API (jruby-gradle-base-plugin 1.1.5 API)</title> <title>Deprecated API (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
@ -14,7 +14,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="Deprecated API (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -90,6 +90,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<th class="colOne" scope="col">Method and Description</th> <th class="colOne" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#jrubyJarVersionTriple(java.io.File)">JRubyExecUtils#jrubyJarVersionTriple</a></strong>(java.io.File jar)
<div class="block"><i>Extracts the JRuby version number as a triplet from a jruby-complete-XXX.jar filename</i></div>
</td>
</tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><strong><a href="com/github/jrubygradle/JRubyPluginExtension.html#setExecVersion(java.lang.String)">JRubyPluginExtension#setExecVersion</a></strong>(java.lang.String newVersion) <td class="colOne"><strong><a href="com/github/jrubygradle/JRubyPluginExtension.html#setExecVersion(java.lang.String)">JRubyPluginExtension#setExecVersion</a></strong>(java.lang.String newVersion)
<div class="block"><i>Change the version of jruby for jrubyexec and JRubyExec</i></div> <div class="block"><i>Change the version of jruby for jrubyexec and JRubyExec</i></div>

View File

@ -5,16 +5,16 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>API Help (jruby-gradle-base-plugin 1.1.5 API)</title> <title>API Help (jruby-gradle-base-plugin 1.3.1 API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head> </head>
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="API Help (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>

View File

@ -4,14 +4,14 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>Index (jruby-gradle-base-plugin 1.1.5 API)</title> <title>Index (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head> </head>
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="Index (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -192,7 +192,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">G</h2> <h2 class="title">G</h2>
<dl> <dl>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemCopySpec(def, org.gradle.api.Project, java.lang.Object)" title="Method in GemUtils">gemCopySpec(def, Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a> <dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemCopySpec(java.util.Map, org.gradle.api.Project, java.lang.Object)" title="Method in GemUtils">gemCopySpec(Map, Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Adds a GEM CopySpec to an archive</div></dd> </dt><dd> <div class="block">Adds a GEM CopySpec to an archive</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemFullNameFromFile(java.lang.String)" title="Method in GemUtils">gemFullNameFromFile(String)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a> <dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemFullNameFromFile(java.lang.String)" title="Method in GemUtils">gemFullNameFromFile(String)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Take the given .gem filename (e.g. rake-10.3.2.gem) and just return the </dt><dd> <div class="block">Take the given .gem filename (e.g. rake-10.3.2.gem) and just return the
@ -214,7 +214,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</dt><dd> <div class="block">converts the given string to a version range with inclusive or </dt><dd> <div class="block">converts the given string to a version range with inclusive or
exclusive boundaries.</div></dd> exclusive boundaries.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html" title="Class in com.github.jrubygradle.internal">GemVersionResolver</a></span> - Class in <a href="./com/github/jrubygradle/internal/package-summary.html">com.github.jrubygradle.internal</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html" title="Class in com.github.jrubygradle.internal">GemVersionResolver</a></span> - Class in <a href="./com/github/jrubygradle/internal/package-summary.html">com.github.jrubygradle.internal</a>
</dt><dd><div class="block"></div></dd> </dt><dd><div class="block">Resolved to compute gem versions</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#GemVersionResolver()" title="Constructor in GemVersionResolver">GemVersionResolver()</a></span> - Constructor in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#GemVersionResolver()" title="Constructor in GemVersionResolver">GemVersionResolver()</a></span> - Constructor in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#gemWorkDir(java.lang.Object)" title="Method in JRubyExecTraits">gemWorkDir(Object)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#gemWorkDir(java.lang.Object)" title="Method in JRubyExecTraits">gemWorkDir(Object)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
@ -289,7 +289,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#jarCopySpec(org.gradle.api.Project, java.lang.Object)" title="Method in GemUtils">jarCopySpec(Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a> <dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#jarCopySpec(org.gradle.api.Project, java.lang.Object)" title="Method in GemUtils">jarCopySpec(Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">// specifications/* </dt><dd> <div class="block">// specifications/*
if(!</div></dd> if (!</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#jarDependenciesGemLibPath(java.io.File)" title="Method in JRubyExec">jarDependenciesGemLibPath(File)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a> <dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#jarDependenciesGemLibPath(java.io.File)" title="Method in JRubyExec">jarDependenciesGemLibPath(File)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#jrubyArgs(java.lang.Object)" title="Method in JRubyExecTraits">jrubyArgs(Object)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#jrubyArgs(java.lang.Object)" title="Method in JRubyExecTraits">jrubyArgs(Object)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
@ -314,7 +314,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPlugin.html" title="Class in com.github.jrubygradle">JRubyPlugin</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a> <dt><span class="strong"><a href="com/github/jrubygradle/JRubyPlugin.html" title="Class in com.github.jrubygradle">JRubyPlugin</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a>
</dt><dd><div class="block"></div></dd> </dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html" title="Class in com.github.jrubygradle">JRubyPluginExtension</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a> <dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html" title="Class in com.github.jrubygradle">JRubyPluginExtension</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a>
</dt><dd><div class="block"></div></dd> </dt><dd><div class="block">Class providing the jruby{} DSL extension to the Gradle build script</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#JRubyPluginExtension(org.gradle.api.Project)" title="Constructor in JRubyPluginExtension">JRubyPluginExtension(Project)</a></span> - Constructor in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a> <dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#JRubyPluginExtension(org.gradle.api.Project)" title="Constructor in JRubyPluginExtension">JRubyPluginExtension(Project)</a></span> - Constructor in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPrepare.html" title="Class in com.github.jrubygradle">JRubyPrepare</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a> <dt><span class="strong"><a href="com/github/jrubygradle/JRubyPrepare.html" title="Class in com.github.jrubygradle">JRubyPrepare</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a>
@ -338,8 +338,6 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">L</h2> <h2 class="title">L</h2>
<dl> <dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#log(groovy.lang.Closure)" title="Method in GemVersionResolver">log(Closure)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
</dt><dd> <div class="block"></div></dd>
</dl> </dl>
@ -411,7 +409,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">S</h2> <h2 class="title">S</h2>
<dl> <dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#script(def)" title="Method in JRubyExecTraits">script(def)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#script(java.lang.Object)" title="Method in JRubyExecTraits">script(Object)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block">Set script to execute.</div></dd> </dt><dd> <div class="block">Set script to execute.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#scriptArgs(groovy.lang.Closure)" title="Method in JRubyExecTraits">scriptArgs(Closure)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#scriptArgs(groovy.lang.Closure)" title="Method in JRubyExecTraits">scriptArgs(Closure)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block">Add arguments for script in a closure style</div></dd> </dt><dd> <div class="block">Add arguments for script in a closure style</div></dd>
@ -430,7 +428,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</div></dd> </div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#setMain(java.lang.String)" title="Method in JRubyExec">setMain(String)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a> <dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#setMain(java.lang.String)" title="Method in JRubyExec">setMain(String)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#setScript(def)" title="Method in JRubyExecTraits">setScript(def)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#setScript(java.lang.Object)" title="Method in JRubyExecTraits">setScript(Object)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block">Set script to execute.</div></dd> </dt><dd> <div class="block">Set script to execute.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#setup(org.gradle.api.Project)" title="Method in GemVersionResolver">setup(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a> <dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#setup(org.gradle.api.Project)" title="Method in GemVersionResolver">setup(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html> <html>
<head> <head>
<title>Index (jruby-gradle-base-plugin 1.1.5 API)</title> <title>Index (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Overview (jruby-gradle-base-plugin 1.1.5 API)</title> <title>Overview (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview"> <meta name="keywords" content="Overview">

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Overview (jruby-gradle-base-plugin 1.1.5 API)</title> <title>Overview (jruby-gradle-base-plugin 1.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview"> <meta name="keywords" content="Overview">
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -12,7 +12,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (jruby-gradle-base-plugin 1.1.5 API)"; parent.document.title="Overview (jruby-gradle-base-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -46,7 +46,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h1 class="title">jruby-gradle-base-plugin 1.1.5 API</h1> <h1 class="title">jruby-gradle-base-plugin 1.3.1 API</h1>
</div> </div>
<div class="header"> <div class="header">

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:18 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:52 PDT 2016 -->
<title>JRubyJar.Type (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyJar.Type (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJar.Type (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyJar.Type (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:18 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:52 PDT 2016 -->
<title>JRubyJarPlugin (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyJarPlugin (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJarPlugin (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyJarPlugin (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:17 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:51 PDT 2016 -->
<title>JRubyDirInfo (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyDirInfo (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyDirInfo (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyDirInfo (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>
@ -79,6 +79,12 @@ if (location.href.indexOf('is-external=true') == -1) {
<p> JRubyDirInfo is responsible for generation of .jrubydir files.
The .jrubydir files help the JRuby runtime navigate using <CODE>Dir.glob</CODE>
type patterns from within the packed JRubyJar context
</p>
</li> </li>
</ul> </ul>
</div> </div>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:17 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:51 PDT 2016 -->
<title>JRubyDirInfoTransformer (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyDirInfoTransformer (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyDirInfoTransformer (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyDirInfoTransformer (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>
@ -84,7 +84,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<!-- todo: direct known subclasses --> <!-- todo: direct known subclasses -->
<hr> <hr>
<br> <br>
<pre>class JRubyDirInfoTransformer <pre>@java.lang.SuppressWarnings('UnusedMethodParameter')
class JRubyDirInfoTransformer
extends java.lang.Object extends java.lang.Object
</pre> </pre>
@ -319,7 +320,7 @@ extends java.lang.Object
Since this transformer is just performing book-keeping, it returns false Since this transformer is just performing book-keeping, it returns false
to avoid telling the machinery in shadow to transform the actual file to avoid telling the machinery in shadow to transform the actual file
being visited and jarred up being visited and jarred up
<DL><DT><B>Returns:</B></DT><DD>false</DD></DL></p> <DL><DT><B>Returns:</B></DT><DD>false</DD></DL></p>
</li> </li>
</ul> </ul>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:18 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:52 PDT 2016 -->
<title>JRubyJarCopyAction.ArchiveFileTreeElement (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyJarCopyAction.ArchiveFileTreeElement (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJarCopyAction.ArchiveFileTreeElement (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyJarCopyAction.ArchiveFileTreeElement (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>
@ -84,7 +84,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<!-- todo: direct known subclasses --> <!-- todo: direct known subclasses -->
<hr> <hr>
<br> <br>
<pre>class JRubyJarCopyAction.ArchiveFileTreeElement <pre>@java.lang.SuppressWarnings('GetterMethodCouldBeProperty')
class JRubyJarCopyAction.ArchiveFileTreeElement
</pre> </pre>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:18 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:52 PDT 2016 -->
<title>JRubyJarCopyAction.RelativeArchivePath (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyJarCopyAction.RelativeArchivePath (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJarCopyAction.RelativeArchivePath (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyJarCopyAction.RelativeArchivePath (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>
@ -190,7 +190,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class org.gradle.api.file.RelativePath</strong></code></td> <td class="colFirst"><code>class org.gradle.api.file.RelativePath</strong></code></td>
<td class="colLast"><code>org.gradle.api.file.RelativePath#segmentIterator(), org.gradle.api.file.RelativePath#getPathString(), org.gradle.api.file.RelativePath#getLastName(), org.gradle.api.file.RelativePath#getSegments(), org.gradle.api.file.RelativePath#replaceLastName(java.lang.String), org.gradle.api.file.RelativePath#prepend([Ljava.lang.String;), org.gradle.api.file.RelativePath#plus(org.gradle.api.file.RelativePath), org.gradle.api.file.RelativePath#equals(java.lang.Object), org.gradle.api.file.RelativePath#toString(), org.gradle.api.file.RelativePath#append(org.gradle.api.file.RelativePath), org.gradle.api.file.RelativePath#append(boolean, [Ljava.lang.String;), org.gradle.api.file.RelativePath#hashCode(), org.gradle.api.file.RelativePath#getParent(), org.gradle.api.file.RelativePath#isFile(), org.gradle.api.file.RelativePath#getFile(java.io.File), org.gradle.api.file.RelativePath#parse(boolean, java.lang.String), org.gradle.api.file.RelativePath#parse(boolean, org.gradle.api.file.RelativePath, java.lang.String), org.gradle.api.file.RelativePath#wait(long, int), org.gradle.api.file.RelativePath#wait(long), org.gradle.api.file.RelativePath#wait(), org.gradle.api.file.RelativePath#getClass(), org.gradle.api.file.RelativePath#notify(), org.gradle.api.file.RelativePath#notifyAll()</code></td> <td class="colLast"><code>org.gradle.api.file.RelativePath#getSegments(), org.gradle.api.file.RelativePath#segmentIterator(), org.gradle.api.file.RelativePath#getPathString(), org.gradle.api.file.RelativePath#getLastName(), org.gradle.api.file.RelativePath#replaceLastName(java.lang.String), org.gradle.api.file.RelativePath#prepend([Ljava.lang.String;), org.gradle.api.file.RelativePath#plus(org.gradle.api.file.RelativePath), org.gradle.api.file.RelativePath#equals(java.lang.Object), org.gradle.api.file.RelativePath#toString(), org.gradle.api.file.RelativePath#append(org.gradle.api.file.RelativePath), org.gradle.api.file.RelativePath#append(boolean, [Ljava.lang.String;), org.gradle.api.file.RelativePath#hashCode(), org.gradle.api.file.RelativePath#getParent(), org.gradle.api.file.RelativePath#isFile(), org.gradle.api.file.RelativePath#getFile(java.io.File), org.gradle.api.file.RelativePath#parse(boolean, java.lang.String), org.gradle.api.file.RelativePath#parse(boolean, org.gradle.api.file.RelativePath, java.lang.String), org.gradle.api.file.RelativePath#wait(long, int), org.gradle.api.file.RelativePath#wait(long), org.gradle.api.file.RelativePath#wait(), org.gradle.api.file.RelativePath#getClass(), org.gradle.api.file.RelativePath#notify(), org.gradle.api.file.RelativePath#notifyAll()</code></td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</strong></code></td> <td class="colFirst"><code>class java.lang.Object</strong></code></td>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:18 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:52 PDT 2016 -->
<title>JRubyJarCopyAction.StreamAction (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyJarCopyAction.StreamAction (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJarCopyAction.StreamAction (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyJarCopyAction.StreamAction (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:18 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:52 PDT 2016 -->
<title>JRubyJarCopyAction (jruby-gradle-jar-plugin 1.1.5)</title> <title>JRubyJarCopyAction (jruby-gradle-jar-plugin 1.3.1)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJarCopyAction (jruby-gradle-jar-plugin 1.1.5)"; parent.document.title="JRubyJarCopyAction (jruby-gradle-jar-plugin 1.3.1)";
} }
//--> //-->
</script> </script>
@ -85,6 +85,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<hr> <hr>
<br> <br>
<pre>@groovy.util.logging.Slf4j <pre>@groovy.util.logging.Slf4j
@java.lang.SuppressWarnings(['ParameterCount', 'CatchException', 'DuplicateStringLiteral',
'CatchThrowable', 'VariableName'])
class JRubyJarCopyAction class JRubyJarCopyAction
extends java.lang.Object extends java.lang.Object

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.3.1 API)</title>
<meta name="keywords" content="com.github.jrubygradle.jar.internal package"> <meta name="keywords" content="com.github.jrubygradle.jar.internal package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" title="Style"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
parent.document.title="com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.1.5 API)"; parent.document.title="com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.3.1 API)";
} }
</script> </script>
<noscript> <noscript>
@ -76,7 +76,7 @@ function windowTitle()
JRubyDirInfo JRubyDirInfo
</a></strong> </a></strong>
</td> </td>
<td></td> <td>JRubyDirInfo is responsible for generation of .jrubydir files.</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"> <td class="colOne">

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.3.1 API)</title>
<meta name="keywords" content="com.github.jrubygradle.jar package"> <meta name="keywords" content="com.github.jrubygradle.jar package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
parent.document.title="com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.1.5 API)"; parent.document.title="com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.3.1 API)";
} }
</script> </script>
<noscript> <noscript>

View File

@ -4,8 +4,8 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>Deprecated API (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>Deprecated API (jruby-gradle-jar-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
@ -14,7 +14,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (jruby-gradle-jar-plugin 1.1.5 API)"; parent.document.title="Deprecated API (jruby-gradle-jar-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -50,10 +50,31 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 title="Contents">Contents</h2> <h2 title="Contents">Contents</h2>
<ul> <ul>
<li><a href="#method">Deprecated Method</a></li>
</ul> </ul>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
<a name="method"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="com/github/jrubygradle/jar/JRubyJar.html#defaults(java.lang.String)">JRubyJar#defaults</a></strong>(java.lang.String defs)
<div class="block"><i>Sets the defaults.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->

View File

@ -5,16 +5,16 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>API Help (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>API Help (jruby-gradle-jar-plugin 1.3.1 API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head> </head>
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jruby-gradle-jar-plugin 1.1.5 API)"; parent.document.title="API Help (jruby-gradle-jar-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>

View File

@ -4,14 +4,14 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>Index (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>Index (jruby-gradle-jar-plugin 1.3.1 API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head> </head>
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jruby-gradle-jar-plugin 1.1.5 API)"; parent.document.title="Index (jruby-gradle-jar-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -154,7 +154,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#defaultMainClass()" title="Method in JRubyJar">defaultMainClass()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#defaultMainClass()" title="Method in JRubyJar">defaultMainClass()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Makes the executable by adding a default main class</div></dd> </dt><dd> <div class="block">Makes the executable by adding a default main class</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#defaults(java.lang.String)" title="Method in JRubyJar">defaults(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#defaults(java.lang.String)" title="Method in JRubyJar">defaults(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Sets the defaults</div></dd> </dt><dd> <div class="block">Sets the defaults.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfoTransformer.html#deleteTempDirectory(java.io.File)" title="Method in JRubyDirInfoTransformer">deleteTempDirectory(File)</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyDirInfoTransformer.html">JRubyDirInfoTransformer</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfoTransformer.html#deleteTempDirectory(java.io.File)" title="Method in JRubyDirInfoTransformer">deleteTempDirectory(File)</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyDirInfoTransformer.html">JRubyDirInfoTransformer</a>
</dt><dd> <div class="block">Recursively delete the given java.io.File</div></dd> </dt><dd> <div class="block">Recursively delete the given java.io.File</div></dd>
</dl> </dl>
@ -188,21 +188,24 @@ if (location.href.indexOf('is-external=true') == -1) {
<dl> <dl>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getConfiguration()" title="Method in JRubyJar">getConfiguration()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getConfiguration()" title="Method in JRubyJar">getConfiguration()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block">@return String representing the name of the <CODE>Configuration</CODE> which
will be used by this task</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getFile()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getFile()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getFile()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getFile()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getGemDir()" title="Method in JRubyJar">getGemDir()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getGemDir()" title="Method in JRubyJar">getGemDir()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Return the directory that the dependencies for this project will be staged into</div></dd> </dt><dd> <div class="block">@return Directory that the dependencies for this project will be staged into</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getInternalCompressor()" title="Method in JRubyJar">getInternalCompressor()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getInternalCompressor()" title="Method in JRubyJar">getInternalCompressor()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getJrubyMainsVersion()" title="Method in JRubyJar">getJrubyMainsVersion()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getJrubyMainsVersion()" title="Method in JRubyJar">getJrubyMainsVersion()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block">Retrieve the version of <a
href="3https://github.com/jruby/jruby-mains">jruby-mains</a> configured
for this JRubyJar</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getJrubyVersion()" title="Method in JRubyJar">getJrubyVersion()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getJrubyVersion()" title="Method in JRubyJar">getJrubyVersion()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Return the project default unless set</div></dd> </dt><dd> <div class="block">Return the project default unless set</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getLastModified()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getLastModified()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getLastModified()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getLastModified()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getMainClass()" title="Method in JRubyJar">getMainClass()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#getMainClass()" title="Method in JRubyJar">getMainClass()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block">@return configured 'Main-Class' attribute for the JRubyJar</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getMode()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getMode()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getMode()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getMode()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getName()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getName()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html#getName()" title="Method in JRubyJarCopyAction.ArchiveFileTreeElement">getName()</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyJarCopyAction.ArchiveFileTreeElement.html">JRubyJarCopyAction.ArchiveFileTreeElement</a>
@ -256,7 +259,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#jarMainClass" title="Field in JRubyJar">jarMainClass</a></span> - Field in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#jarMainClass" title="Field in JRubyJar">jarMainClass</a></span> - Field in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html" title="Class in com.github.jrubygradle.jar.internal">JRubyDirInfo</a></span> - Class in <a href="./com/github/jrubygradle/jar/internal/package-summary.html">com.github.jrubygradle.jar.internal</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html" title="Class in com.github.jrubygradle.jar.internal">JRubyDirInfo</a></span> - Class in <a href="./com/github/jrubygradle/jar/internal/package-summary.html">com.github.jrubygradle.jar.internal</a>
</dt><dd><div class="block"></div></dd> </dt><dd><div class="block">JRubyDirInfo is responsible for generation of .jrubydir files.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html#JRubyDirInfo(java.io.File)" title="Constructor in JRubyDirInfo">JRubyDirInfo(File)</a></span> - Constructor in <a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html">JRubyDirInfo</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html#JRubyDirInfo(java.io.File)" title="Constructor in JRubyDirInfo">JRubyDirInfo(File)</a></span> - Constructor in <a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html">JRubyDirInfo</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfoTransformer.html" title="Class in com.github.jrubygradle.jar.internal">JRubyDirInfoTransformer</a></span> - Class in <a href="./com/github/jrubygradle/jar/internal/package-summary.html">com.github.jrubygradle.jar.internal</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfoTransformer.html" title="Class in com.github.jrubygradle.jar.internal">JRubyDirInfoTransformer</a></span> - Class in <a href="./com/github/jrubygradle/jar/internal/package-summary.html">com.github.jrubygradle.jar.internal</a>
@ -288,9 +291,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJarPlugin.html" title="Class in com.github.jrubygradle.jar">JRubyJarPlugin</a></span> - Class in <a href="./com/github/jrubygradle/jar/package-summary.html">com.github.jrubygradle.jar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJarPlugin.html" title="Class in com.github.jrubygradle.jar">JRubyJarPlugin</a></span> - Class in <a href="./com/github/jrubygradle/jar/package-summary.html">com.github.jrubygradle.jar</a>
</dt><dd><div class="block"> <DL><DT><B>Authors:</B></DT><DD>Schalk W.</DD></DL></div></dd> </dt><dd><div class="block"> <DL><DT><B>Authors:</B></DT><DD>Schalk W.</DD></DL></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#jrubyMainsVersion(java.lang.String)" title="Method in JRubyJar">jrubyMainsVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#jrubyMainsVersion(java.lang.String)" title="Method in JRubyJar">jrubyMainsVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block">Set the version of <a
href="3https://github.com/jruby/jruby-mains">jruby-mains</a>
to embed into the JRubyJar</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#jrubyVersion(java.lang.String)" title="Method in JRubyJar">jrubyVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#jrubyVersion(java.lang.String)" title="Method in JRubyJar">jrubyVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block">Set a custom version of JRuby to embed within the JRubyJar.</div></dd>
</dl> </dl>
@ -374,8 +379,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#scriptName" title="Field in JRubyJar">scriptName</a></span> - Field in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#scriptName" title="Field in JRubyJar">scriptName</a></span> - Field in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#setConfiguration(java.lang.String)" title="Method in JRubyJar">setConfiguration(String)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a> <dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#setConfiguration(org.gradle.api.artifacts.Configuration)" title="Method in JRubyJar">setConfiguration(Configuration)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd> </dt><dd> <div class="block">@param newConfiguration <CODE>Configuration</CODE> object to use for
embedding dependencies</div></dd>
</dl> </dl>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html> <html>
<head> <head>
<title>Index (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>Index (jruby-gradle-jar-plugin 1.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Overview (jruby-gradle-jar-plugin 1.1.5)</title> <title>Overview (jruby-gradle-jar-plugin 1.3.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview"> <meta name="keywords" content="Overview">

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Overview (jruby-gradle-jar-plugin 1.1.5 API)</title> <title>Overview (jruby-gradle-jar-plugin 1.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview"> <meta name="keywords" content="Overview">
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -12,7 +12,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (jruby-gradle-jar-plugin 1.1.5 API)"; parent.document.title="Overview (jruby-gradle-jar-plugin 1.3.1 API)";
} }
//--> //-->
</script> </script>
@ -46,7 +46,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h1 class="title">jruby-gradle-jar-plugin 1.1.5</h1> <h1 class="title">jruby-gradle-jar-plugin 1.3.1</h1>
</div> </div>
<div class="header"> <div class="header">

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html> <html>
<head> <head>
<!-- Generated by groovydoc (2.3.3) on Sat Nov 14 09:58:22 PST 2015 --> <!-- Generated by groovydoc (2.3.3) on Tue Aug 30 12:33:57 PDT 2016 -->
<title>JRubyWarPlugin (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>JRubyWarPlugin (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyWarPlugin (jruby-gradle-war-plugin 1.1.5-alpha API)"; parent.document.title="JRubyWarPlugin (jruby-gradle-war-plugin 1.3.1-alpha API)";
} }
//--> //-->
</script> </script>

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>com.github.jrubygradle.war (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>com.github.jrubygradle.war (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta name="keywords" content="com.github.jrubygradle.war package"> <meta name="keywords" content="com.github.jrubygradle.war package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript"> <script type="text/javascript">
function windowTitle() function windowTitle()
{ {
parent.document.title="com.github.jrubygradle.war (jruby-gradle-war-plugin 1.1.5-alpha API)"; parent.document.title="com.github.jrubygradle.war (jruby-gradle-war-plugin 1.3.1-alpha API)";
} }
</script> </script>
<noscript> <noscript>

View File

@ -4,8 +4,8 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>Deprecated API (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>Deprecated API (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
@ -14,7 +14,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (jruby-gradle-war-plugin 1.1.5-alpha API)"; parent.document.title="Deprecated API (jruby-gradle-war-plugin 1.3.1-alpha API)";
} }
//--> //-->
</script> </script>

View File

@ -5,16 +5,16 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>API Help (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>API Help (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head> </head>
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jruby-gradle-war-plugin 1.1.5-alpha API)"; parent.document.title="API Help (jruby-gradle-war-plugin 1.3.1-alpha API)";
} }
//--> //-->
</script> </script>

View File

@ -4,14 +4,14 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on --> <!-- Generated by groovydoc (2.3.3) on -->
<title>Index (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>Index (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta name="date" content="2015-11-14"> <meta name="date" content="2016-08-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head> </head>
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jruby-gradle-war-plugin 1.1.5-alpha API)"; parent.document.title="Index (jruby-gradle-war-plugin 1.3.1-alpha API)";
} }
//--> //-->
</script> </script>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html> <html>
<head> <head>
<title>Index (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>Index (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon"> <link href="groovy.ico" type="image/x-icon" rel="icon">

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Overview (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>Overview (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview"> <meta name="keywords" content="Overview">

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Overview (jruby-gradle-war-plugin 1.1.5-alpha API)</title> <title>Overview (jruby-gradle-war-plugin 1.3.1-alpha API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview"> <meta name="keywords" content="Overview">
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -12,7 +12,7 @@
<body class="center"> <body class="center">
<script type="text/javascript"><!-- <script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) { if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (jruby-gradle-war-plugin 1.1.5-alpha API)"; parent.document.title="Overview (jruby-gradle-war-plugin 1.3.1-alpha API)";
} }
//--> //-->
</script> </script>
@ -46,7 +46,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h1 class="title">jruby-gradle-war-plugin 1.1.5-alpha API</h1> <h1 class="title">jruby-gradle-war-plugin 1.3.1-alpha API</h1>
</div> </div>
<div class="header"> <div class="header">

View File

@ -100,9 +100,19 @@ Ruby and Java developers alike.</p>
execute a Ruby script, which has Ruby-based dependencies:</p> execute a Ruby script, which has Ruby-based dependencies:</p>
</div> </div>
<div class="listingblock"> <div class="listingblock">
<div class="title">build.gradle</div> <div class="title">build.gradle (<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/run-simple-ruby-script/build.gradle">full source</a>)</div>
<div class="content"> <div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">apply plugin: &quot;com.github.jruby-gradle.base&quot; <pre class="CodeRay highlight nowrap"><code data-lang="gradle">buildscript {
repositories { jcenter() }
dependencies {
/* Replace &quot;%%VERSION%%&quot; with the version of JRuby/Gradle you wish to
* use if you want to use this build.gradle outside of gradleTest
*/
classpath 'com.github.jruby-gradle:jruby-gradle-plugin:%%VERSION%%'
}
}
apply plugin: &quot;com.github.jruby-gradle.base&quot;
import com.github.jrubygradle.JRubyExec import com.github.jrubygradle.JRubyExec
@ -120,7 +130,7 @@ task printSomePrettyOutputPlease(type: JRubyExec) {
</div> </div>
</div> </div>
<div class="listingblock"> <div class="listingblock">
<div class="title">print-script.rb</div> <div class="title">print-script.rb (<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/run-simple-ruby-script/print-script">full source</a>)</div>
<div class="content"> <div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="ruby">require <span class="string"><span class="delimiter">'</span><span class="content">colorize</span><span class="delimiter">'</span></span> <pre class="CodeRay highlight nowrap"><code data-lang="ruby">require <span class="string"><span class="delimiter">'</span><span class="content">colorize</span><span class="delimiter">'</span></span>
@ -147,9 +157,20 @@ puts <span class="string"><span class="delimiter">&quot;</span><span class="cont
<div class="sect2"> <div class="sect2">
<h3 id="packaging-some-ruby"><a class="anchor" href="#packaging-some-ruby"></a>Packaging some Ruby</h3> <h3 id="packaging-some-ruby"><a class="anchor" href="#packaging-some-ruby"></a>Packaging some Ruby</h3>
<div class="listingblock"> <div class="listingblock">
<div class="title">build.gradle</div> <div class="title">build.gradle (<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/self-executing-jar/build.gradle">full source</a>)</div>
<div class="content"> <div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle"> */ <pre class="CodeRay highlight nowrap"><code data-lang="gradle">buildscript {
repositories { jcenter() }
dependencies {
/* here to make sure that our dependencies get loaded in properly under
* GradleTest, this is NOT needed by end-users
*/
classpath 'com.github.jengelman.gradle.plugins:shadow:[1.2.2,2.0)'
/* Replace &quot;%%VERSION%%&quot; with the version of JRuby/Gradle you wish to
* use if you want to use this build.gradle outside of gradleTest
*/
classpath 'com.github.jruby-gradle:jruby-gradle-plugin:%%VERSION%%' classpath 'com.github.jruby-gradle:jruby-gradle-plugin:%%VERSION%%'
classpath 'com.github.jruby-gradle:jruby-gradle-jar-plugin:%%VERSION%%' classpath 'com.github.jruby-gradle:jruby-gradle-jar-plugin:%%VERSION%%'
} }
@ -165,11 +186,18 @@ dependencies {
* included in the resulting .jar file * included in the resulting .jar file
*/ */
jrubyJar &quot;rubygems:colorize:0.7.7+&quot; jrubyJar &quot;rubygems:colorize:0.7.7+&quot;
jrubyJar 'org.slf4j:slf4j-simple:1.7.12'</code></pre> jrubyJar 'org.slf4j:slf4j-simple:1.7.12'
}
jrubyJar {
/* We want to use this Ruby script as our start point when the jar executes
*/
initScript &quot;${projectDir}/entrypoint.rb&quot;
}</code></pre>
</div> </div>
</div> </div>
<div class="listingblock"> <div class="listingblock">
<div class="title">entrypoint.rb</div> <div class="title">entrypoint.rb (<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/self-executing-jar/entrypoint.rb">full source</a>)</div>
<div class="content"> <div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="ruby">require <span class="string"><span class="delimiter">'</span><span class="content">colorize</span><span class="delimiter">'</span></span> <pre class="CodeRay highlight nowrap"><code data-lang="ruby">require <span class="string"><span class="delimiter">'</span><span class="content">colorize</span><span class="delimiter">'</span></span>
@ -191,9 +219,6 @@ puts <span class="string"><span class="delimiter">&quot;</span><span class="cont
</div> </div>
</div> </div>
<div class="paragraph"> <div class="paragraph">
<p>.</p>
</div>
<div class="paragraph">
<p>Executing <code>./gradlew jrubyJar</code> will build a <code>.jar</code> file inside of the <p>Executing <code>./gradlew jrubyJar</code> will build a <code>.jar</code> file inside of the
<code>build/libs</code> directory which can then be invoked:</p> <code>build/libs</code> directory which can then be invoked:</p>
</div> </div>
@ -210,5 +235,10 @@ puts <span class="string"><span class="delimiter">&quot;</span><span class="cont
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//index.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -105,7 +105,7 @@ Jar plugin
dependencies { dependencies {
<span class="comment">/* check jruby-gradle.org for the latest release */</span> <span class="comment">/* check jruby-gradle.org for the latest release */</span>
classpath <span class="string"><span class="delimiter">&quot;</span><span class="content">com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.1</span><span class="delimiter">&quot;</span></span> classpath <span class="string"><span class="delimiter">&quot;</span><span class="content">com.github.jruby-gradle:jruby-gradle-jar-plugin:[1.1.4,2.0)</span><span class="delimiter">&quot;</span></span>
} }
} }
@ -132,17 +132,8 @@ version of Gradle.</p>
<div class="title">build.gradle</div> <div class="title">build.gradle</div>
<div class="content"> <div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">jrubyJar { <pre class="CodeRay highlight nowrap"><code data-lang="gradle">jrubyJar {
// Use the default GEM installation directory /* All methods and properties from `Jar` */
defaultGems() from 'app'
// Add this GEM installation directory to the JAR.
// Can be called more than once for additional directories
gemDir '/path/to/my/gemDir'
// Equivalent to calling defaultGems()
defaults 'gem'
// All methods and properties from `Jar`
}</code></pre> }</code></pre>
</div> </div>
</div> </div>
@ -175,14 +166,8 @@ version of Gradle.</p>
// Use the default bootstrap class (can be omitted) // Use the default bootstrap class (can be omitted)
defaultMainClass() defaultMainClass()
// Includes the default gems to the jar (can be omitted)
defaultGems()
// Make the JAR executable by supplying your own main class // Make the JAR executable by supplying your own main class
mainClass 'my.own.main' mainClass 'my.own.main'
// Equivalent to calling defaultMainClass() and defaultGems()
defaults 'gems', 'mainClass'
}</code></pre> }</code></pre>
</div> </div>
</div> </div>
@ -201,12 +186,6 @@ configured gems and jar dependencies inside of the packaged <code>.jar</code> fi
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">jrubyJar { <pre class="CodeRay highlight nowrap"><code data-lang="gradle">jrubyJar {
// tell the plugin to pack a runnable jar (no bootstrap script) // tell the plugin to pack a runnable jar (no bootstrap script)
initScript library() initScript library()
// Includes the default gems to the jar (can be omitted)
defaultGems()
// Equivalent to calling defaultGems()
defaults 'gems'
}</code></pre> }</code></pre>
</div> </div>
</div> </div>
@ -214,5 +193,10 @@ configured gems and jar dependencies inside of the packaged <code>.jar</code> fi
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//jar.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

169
news.atom
View File

@ -1,13 +1,172 @@
<feed xml:lang='en-US' xmlns='http://www.w3.org/2005/Atom'> <feed xml:lang='en-US' xmlns='http://www.w3.org/2005/Atom'>
<id>http://jruby-gradle.org/</id> <id>http://jruby-gradle.org/</id>
<title>JRuby/Gradle News</title> <title>JRuby/Gradle News</title>
<updated>2015-11-14T08:41:34-08:00</updated> <updated>2015-12-17T15:29:12-08:00</updated>
<link href='http://jruby-gradle.org/news.atom' rel='self' type='application/atom+xml'> <link href='http://jruby-gradle.org/news.atom' rel='self' type='application/atom+xml'>
<link href='http://jruby-gradle.org/' rel='alternate' type='text/html'> <link href='http://jruby-gradle.org/' rel='alternate' type='text/html'>
<entry> <entry>
<id>http://jruby-gradle.org/news/2015/09/18/jruby-gradle-1-1/</id>
<title>JRuby/Gradle 1.1 'Dresden' released</title>
<updated>2015-12-17T15:29:12-08:00</updated>
<published>2015-09-18T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/09/18/jruby-gradle-1-1/' rel='alternate' type='text/html'>
<summary>
Since our major 1.0
announcement at this past year&#8217;s JRubyConf EU
we&#8217;ve had a pretty steady stream of improvements and bug fixes in a total
of four patch releases (1.0.0 - 1.0.4), so we&#8217;re due for a big meaty
feature release! The most impactful feature, sponsored in part by
Lookout, Inc., is the support for dependency
resolution without a 3rd party proxy.
By default, JRuby/Gradle relies on a third party instance of the
rubygems-servlets proxy
which represents a Rubygem repository in a Maven-compatible format, allowing
tools like Gradle or Maven to prepare a dependency graph using Ruby gems. With
1.1, codenamed "Dresden", release
we&#8217;ve embedded the proxy software directly into the Gradle...
</summary>
<content type='html'>
&lt;div id=&quot;preamble&quot;&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Since our &lt;a href=&quot;http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/&quot;&gt;major 1.0
announcement&lt;/a&gt; at this past years &lt;a href=&quot;http://2015.jrubyconf.eu&quot;&gt;JRubyConf EU&lt;/a&gt;
weve had a pretty steady stream of improvements and bug fixes in a total
of four patch releases (1.0.0 - 1.0.4), so were due for a big meaty
feature release! The most impactful feature, sponsored in part by
&lt;a href=&quot;https://lookout.com&quot;&gt;Lookout, Inc.&lt;/a&gt;, is the support for &lt;strong&gt;dependency
resolution without a 3rd party proxy.&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;By default, JRuby/Gradle relies on a third party instance of the
&lt;a href=&quot;https://github.com/torquebox/rubygems-servlets&quot;&gt;rubygems-servlets&lt;/a&gt; proxy
which represents a Rubygem repository in a Maven-compatible format, allowing
tools like Gradle or Maven to prepare a dependency graph using Ruby gems. With
1.1, codenamed &quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Dresden&quot;&gt;Dresden&lt;/a&gt;&quot;, release
weve &lt;em&gt;embedded&lt;/em&gt; the proxy software directly into the Gradle process. With the
&lt;code&gt;rubygems()&lt;/code&gt; function, users can use gem dependencies from
&lt;strong&gt;any&lt;/strong&gt; repository, whether its a public repository like
&lt;a href=&quot;https://rubygems.org&quot;&gt;rubygems.org&lt;/a&gt; or an internal Ruby gem repository.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Currently this behavior is &lt;strong&gt;defaulted to off&lt;/strong&gt; so users must explicitly
enable it, e.g.:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;title&quot;&gt;build.gradle&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre class=&quot;CodeRay highlight nowrap&quot;&gt;&lt;code data-lang=&quot;gradle&quot;&gt;/* add the latest jruby/gradle plugin */
buildscript {
repositories { jcenter() }
dependencies {
/* allow Gradle to resolve anything between 1.1.2 and 1.2.0 (exclusive) */
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:[1.1.2,1.2)&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'
/* Disable the default repositories so we can add our own */
jruby {
defaultRepositories false
}
repositories {
/* use jcenter() so we can get JRuby itself */
jcenter()
/* use our new rubygems() function to add a rubygems repo */
rubygems('https://rubygems.org')
}
dependncies {
gems 'rubygems:sinatra:1.4.5'
}&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;admonitionblock warning&quot;&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td class=&quot;icon&quot;&gt;
&lt;i class=&quot;fa icon-warning&quot; title=&quot;Warning&quot;&gt;&lt;/i&gt;
&lt;/td&gt;
&lt;td class=&quot;content&quot;&gt;
In our beta testing of this feature, users on JDK7 may need to
increase their available &quot;PermGen&quot; space for more complex projects via the
&lt;code&gt;gradle.properties&lt;/code&gt; setting of: &lt;code&gt;org.gradle.jvmargs=&quot;-XX:MaxPermSize=512m&quot;&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Once this functionality has been deemed stable, it will be enabled &lt;strong&gt;by
default&lt;/strong&gt; so please try it out, and as per usual, please report any bugs to the
&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/issues&quot;&gt;GitHub Issues&lt;/a&gt;
page.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;other-notable-features&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#other-notable-features&quot;&gt;&lt;/a&gt;Other Notable Features&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;The
&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/issues?q=milestone%3A%221.1.0+-+Dresden%22&quot;&gt;full
list of changes/fixes&lt;/a&gt; is rather long, so below is a summary of what we thing
are nifty and notable features in 1.1:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/issues/131&quot;&gt;#131&lt;/a&gt;:
Provide a command-line property to change the version of JRuby at runtime
(&lt;code&gt;./gradlew -PjrubyVersion=9.0.1.0&lt;/code&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/issues/211&quot;&gt;#211&lt;/a&gt;:
Default to &lt;a href=&quot;http://jruby.org/2015/09/02/jruby-9-0-1-0.html&quot;&gt;JRuby 9.0.1.0&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/issues/200&quot;&gt;#200&lt;/a&gt;:
Reduced &lt;code&gt;.jar&lt;/code&gt; file size by not packing &lt;code&gt;cache/*.gem&lt;/code&gt; inside the archive.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/pull/208&quot;&gt;#208&lt;/a&gt;:
Ensure &lt;code&gt;gradle.rb&lt;/code&gt; scripts use the same classpath, gems and jars as their
j &lt;code&gt;JRubyExec&lt;/code&gt; counterparts&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bug-fixes&quot;&gt;&lt;/a&gt;Bug fixes&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;And of course some bug fixes, most of which were backported and released as
part of &lt;a href=&quot;http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/&quot;&gt;JRuby/Gradle 1.0.4&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/issues/195&quot;&gt;#195&lt;/a&gt;:
Ensure released versions of the plugin are laid out in the Maven repository
correctly (allows specifying a version range dependency on the plugin itself
properly like in the above example)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content>
</entry>
<entry>
<id>http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/</id> <id>http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/</id>
<title>v1.0.4 and a few squashed bugs</title> <title>v1.0.4 and a few squashed bugs</title>
<updated>2015-11-14T08:41:34-08:00</updated> <updated>2015-12-17T15:29:12-08:00</updated>
<published>2015-09-10T00:00:00+00:00</published> <published>2015-09-10T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/' rel='alternate' type='text/html'> <link href='http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/' rel='alternate' type='text/html'>
<summary> <summary>
@ -143,7 +302,7 @@ prepareJRubyJar doesnt cache results and reinstalls gems every single run&lt;
<entry> <entry>
<id>http://jruby-gradle.org/news/2015/09/01/gradle-spotlight-continuous-build/</id> <id>http://jruby-gradle.org/news/2015/09/01/gradle-spotlight-continuous-build/</id>
<title>Gradle Feature Spotlight: Continuous Build</title> <title>Gradle Feature Spotlight: Continuous Build</title>
<updated>2015-11-14T08:41:34-08:00</updated> <updated>2015-12-17T15:29:12-08:00</updated>
<published>2015-09-01T00:00:00+00:00</published> <published>2015-09-01T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/09/01/gradle-spotlight-continuous-build/' rel='alternate' type='text/html'> <link href='http://jruby-gradle.org/news/2015/09/01/gradle-spotlight-continuous-build/' rel='alternate' type='text/html'>
<summary> <summary>
@ -323,7 +482,7 @@ can easily used in JRuby/Gradle, I hope you find it useful!&lt;/p&gt;
<entry> <entry>
<id>http://jruby-gradle.org/news/2015/08/16/introduction-at-jrubyconfeu/</id> <id>http://jruby-gradle.org/news/2015/08/16/introduction-at-jrubyconfeu/</id>
<title>JRuby/Gradle at JRubyConf EU 2015</title> <title>JRuby/Gradle at JRubyConf EU 2015</title>
<updated>2015-11-14T08:41:34-08:00</updated> <updated>2015-12-17T15:29:12-08:00</updated>
<published>2015-08-16T00:00:00+00:00</published> <published>2015-08-16T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/08/16/introduction-at-jrubyconfeu/' rel='alternate' type='text/html'> <link href='http://jruby-gradle.org/news/2015/08/16/introduction-at-jrubyconfeu/' rel='alternate' type='text/html'>
<summary> <summary>
@ -387,7 +546,7 @@ with more to talk about!&lt;/p&gt;
<entry> <entry>
<id>http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/</id> <id>http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/</id>
<title>JRuby/Gradle 1.0 Announced</title> <title>JRuby/Gradle 1.0 Announced</title>
<updated>2015-11-14T08:41:34-08:00</updated> <updated>2015-12-17T15:29:12-08:00</updated>
<published>2015-08-04T00:00:00+00:00</published> <published>2015-08-04T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/' rel='alternate' type='text/html'> <link href='http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/' rel='alternate' type='text/html'>
<summary> <summary>

View File

@ -131,5 +131,10 @@ toolchain makes use of.</p>
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//news/2015-08-04-jrubygradle-one-point-oh.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -84,5 +84,10 @@ with more to talk about!</p>
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//news/2015-08-16-introduction-at-jrubyconfeu.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -205,5 +205,10 @@ can easily used in JRuby/Gradle, I hope you find it useful!</p>
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//news/2015-09-01-gradle-spotlight-continuous-build.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -134,5 +134,10 @@ prepareJRubyJar doesn&#8217;t cache results and reinstalls gems every single run
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//news/2015-09-10-jruby-gradle-1.0.4.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -0,0 +1,195 @@
<html>
<head>
<link href='/stylesheets/foundation.css' rel='stylesheet'>
<link href='/stylesheets/jrubygradle.css' rel='stylesheet'>
<link href='/news.atom' rel='alternate' title='JRuby/Gradle News' type='application/atom+xml'>
<title>
JRuby/Gradle 1.1 'Dresden' released
</title>
</head>
<body>
<a href='https://github.com/jruby-gradle'>
<img alt='Fork me on GitHub' data-canonical-src='https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png' src='https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67' style='position: absolute; top: 0; right: 0; border: 0;'>
</a>
<div id='main_nav'>
<ul>
<li>
<a href='/'>
Home
</a>
</li>
<li>
<a href='/docs/'>
Documentation
</a>
</li>
<li>
<a href='/community/'>
Community
</a>
</li>
<li>
<a href='/news/'>
News
</a>
</li>
<li>
<a href='/download/'>
Download
</a>
</li>
<li>
<a href='https://travis-ci.org/jruby-gradle/jruby-gradle-plugin'>
<img src='https://travis-ci.org/jruby-gradle/jruby-gradle-plugin.svg?branch=master'>
</a>
</li>
<li>
<a href='https://bintray.com/jruby-gradle/plugins'>
<img src='https://api.bintray.com/packages/jruby-gradle/plugins/jruby-gradle-plugin/images/download.svg'>
</a>
</li>
</ul>
</div>
<div id='content'>
<h1>
JRuby/Gradle 1.1 'Dresden' released
</h1>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Since our <a href="/news/2015/08/04/jrubygradle-one-point-oh/">major 1.0
announcement</a> at this past year&#8217;s <a href="http://2015.jrubyconf.eu">JRubyConf EU</a>
we&#8217;ve had a pretty steady stream of improvements and bug fixes in a total
of four patch releases (1.0.0 - 1.0.4), so we&#8217;re due for a big meaty
feature release! The most impactful feature, sponsored in part by
<a href="https://lookout.com">Lookout, Inc.</a>, is the support for <strong>dependency
resolution without a 3rd party proxy.</strong></p>
</div>
<div class="paragraph">
<p>By default, JRuby/Gradle relies on a third party instance of the
<a href="https://github.com/torquebox/rubygems-servlets">rubygems-servlets</a> proxy
which represents a Rubygem repository in a Maven-compatible format, allowing
tools like Gradle or Maven to prepare a dependency graph using Ruby gems. With
1.1, codenamed "<a href="https://en.wikipedia.org/wiki/Dresden">Dresden</a>", release
we&#8217;ve <em>embedded</em> the proxy software directly into the Gradle process. With the
<code>rubygems()</code> function, users can use gem dependencies from
<strong>any</strong> repository, whether it&#8217;s a public repository like
<a href="https://rubygems.org">rubygems.org</a> or an internal Ruby gem repository.</p>
</div>
<div class="paragraph">
<p>Currently this behavior is <strong>defaulted to off</strong> so users must explicitly
enable it, e.g.:</p>
</div>
<div class="listingblock">
<div class="title">build.gradle</div>
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">/* add the latest jruby/gradle plugin */
buildscript {
repositories { jcenter() }
dependencies {
/* allow Gradle to resolve anything between 1.1.2 and 1.2.0 (exclusive) */
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:[1.1.2,1.2)&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'
/* Disable the default repositories so we can add our own */
jruby {
defaultRepositories false
}
repositories {
/* use jcenter() so we can get JRuby itself */
jcenter()
/* use our new rubygems() function to add a rubygems repo */
rubygems('https://rubygems.org')
}
dependncies {
gems 'rubygems:sinatra:1.4.5'
}</code></pre>
</div>
</div>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
In our beta testing of this feature, users on JDK7 may need to
increase their available "PermGen" space for more complex projects via the
<code>gradle.properties</code> setting of: <code>org.gradle.jvmargs="-XX:MaxPermSize=512m"</code>
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p>Once this functionality has been deemed stable, it will be enabled <strong>by
default</strong> so please try it out, and as per usual, please report any bugs to the
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues">GitHub Issues</a>
page.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="other-notable-features"><a class="anchor" href="#other-notable-features"></a>Other Notable Features</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues?q=milestone%3A%221.1.0+-+Dresden%22">full
list of changes/fixes</a> is rather long, so below is a summary of what we thing
are nifty and notable features in 1.1:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/131">#131</a>:
Provide a command-line property to change the version of JRuby at runtime
(<code>./gradlew -PjrubyVersion=9.0.1.0</code>)</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/211">#211</a>:
Default to <a href="http://jruby.org/2015/09/02/jruby-9-0-1-0.html">JRuby 9.0.1.0</a></p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/200">#200</a>:
Reduced <code>.jar</code> file size by not packing <code>cache/*.gem</code> inside the archive.</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/pull/208">#208</a>:
Ensure <code>gradle.rb</code> scripts use the same classpath, gems and jars as their
j <code>JRubyExec</code> counterparts</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="bug-fixes"><a class="anchor" href="#bug-fixes"></a>Bug fixes</h2>
<div class="sectionbody">
<div class="paragraph">
<p>And of course some bug fixes, most of which were backported and released as
part of <a href="/news/2015/09/10/jruby-gradle-1/">JRuby/Gradle 1.0.4</a>.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/195">#195</a>:
Ensure released versions of the plugin are laid out in the Maven repository
correctly (allows specifying a version range dependency on the plugin itself
properly like in the above example)</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//news/2015-09-18-jruby-gradle-1-1.adoc'>
improve this page
</a>
</div>
</body>
</html>

View File

@ -56,6 +56,146 @@ JRuby/Gradle News
</h1> </h1>
<div class='post'> <div class='post'>
<h1> <h1>
<a href='/news/2015/09/18/jruby-gradle-1-1/'>JRuby/Gradle 1.1 'Dresden' released</a>
</h1>
<strong>
18 September 2015
</strong>
<div class='content'>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Since our <a href="/news/2015/08/04/jrubygradle-one-point-oh/">major 1.0
announcement</a> at this past year&#8217;s <a href="http://2015.jrubyconf.eu">JRubyConf EU</a>
we&#8217;ve had a pretty steady stream of improvements and bug fixes in a total
of four patch releases (1.0.0 - 1.0.4), so we&#8217;re due for a big meaty
feature release! The most impactful feature, sponsored in part by
<a href="https://lookout.com">Lookout, Inc.</a>, is the support for <strong>dependency
resolution without a 3rd party proxy.</strong></p>
</div>
<div class="paragraph">
<p>By default, JRuby/Gradle relies on a third party instance of the
<a href="https://github.com/torquebox/rubygems-servlets">rubygems-servlets</a> proxy
which represents a Rubygem repository in a Maven-compatible format, allowing
tools like Gradle or Maven to prepare a dependency graph using Ruby gems. With
1.1, codenamed "<a href="https://en.wikipedia.org/wiki/Dresden">Dresden</a>", release
we&#8217;ve <em>embedded</em> the proxy software directly into the Gradle process. With the
<code>rubygems()</code> function, users can use gem dependencies from
<strong>any</strong> repository, whether it&#8217;s a public repository like
<a href="https://rubygems.org">rubygems.org</a> or an internal Ruby gem repository.</p>
</div>
<div class="paragraph">
<p>Currently this behavior is <strong>defaulted to off</strong> so users must explicitly
enable it, e.g.:</p>
</div>
<div class="listingblock">
<div class="title">build.gradle</div>
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">/* add the latest jruby/gradle plugin */
buildscript {
repositories { jcenter() }
dependencies {
/* allow Gradle to resolve anything between 1.1.2 and 1.2.0 (exclusive) */
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:[1.1.2,1.2)&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'
/* Disable the default repositories so we can add our own */
jruby {
defaultRepositories false
}
repositories {
/* use jcenter() so we can get JRuby itself */
jcenter()
/* use our new rubygems() function to add a rubygems repo */
rubygems('https://rubygems.org')
}
dependncies {
gems 'rubygems:sinatra:1.4.5'
}</code></pre>
</div>
</div>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
In our beta testing of this feature, users on JDK7 may need to
increase their available "PermGen" space for more complex projects via the
<code>gradle.properties</code> setting of: <code>org.gradle.jvmargs="-XX:MaxPermSize=512m"</code>
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p>Once this functionality has been deemed stable, it will be enabled <strong>by
default</strong> so please try it out, and as per usual, please report any bugs to the
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues">GitHub Issues</a>
page.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="other-notable-features"><a class="anchor" href="#other-notable-features"></a>Other Notable Features</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues?q=milestone%3A%221.1.0+-+Dresden%22">full
list of changes/fixes</a> is rather long, so below is a summary of what we thing
are nifty and notable features in 1.1:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/131">#131</a>:
Provide a command-line property to change the version of JRuby at runtime
(<code>./gradlew -PjrubyVersion=9.0.1.0</code>)</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/211">#211</a>:
Default to <a href="http://jruby.org/2015/09/02/jruby-9-0-1-0.html">JRuby 9.0.1.0</a></p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/200">#200</a>:
Reduced <code>.jar</code> file size by not packing <code>cache/*.gem</code> inside the archive.</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/pull/208">#208</a>:
Ensure <code>gradle.rb</code> scripts use the same classpath, gems and jars as their
j <code>JRubyExec</code> counterparts</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="bug-fixes"><a class="anchor" href="#bug-fixes"></a>Bug fixes</h2>
<div class="sectionbody">
<div class="paragraph">
<p>And of course some bug fixes, most of which were backported and released as
part of <a href="/news/2015/09/10/jruby-gradle-1/">JRuby/Gradle 1.0.4</a>.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/195">#195</a>:
Ensure released versions of the plugin are laid out in the Maven repository
correctly (allows specifying a version range dependency on the plugin itself
properly like in the above example)</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class='post'>
<h1>
<a href='/news/2015/09/10/jruby-gradle-1/'>v1.0.4 and a few squashed bugs</a> <a href='/news/2015/09/10/jruby-gradle-1/'>v1.0.4 and a few squashed bugs</a>
</h1> </h1>
<strong> <strong>
@ -427,5 +567,10 @@ toolchain makes use of.</p>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//news.html.haml'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3"> <meta name="generator" content="Asciidoctor 1.5.4">
<title>The Base Plugin</title> <title>The Base Plugin</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style> <style>
@ -416,7 +416,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important} .hide-for-print{display:none!important}
.show-for-print{display:inherit!important}} .show-for-print{display:inherit!important}}
</style> </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<style> <style>
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/ /*pre.CodeRay {background-color:#f7f7f8;}*/

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3"> <meta name="generator" content="Asciidoctor 1.5.4">
<title>The Jar Plugin</title> <title>The Jar Plugin</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style> <style>
@ -416,7 +416,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important} .hide-for-print{display:none!important}
.show-for-print{display:inherit!important}} .show-for-print{display:inherit!important}}
</style> </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<style> <style>
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/ /*pre.CodeRay {background-color:#f7f7f8;}*/

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3"> <meta name="generator" content="Asciidoctor 1.5.4">
<title>The Storm Plugin</title> <title>The Storm Plugin</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style> <style>
@ -416,7 +416,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important} .hide-for-print{display:none!important}
.show-for-print{display:inherit!important}} .show-for-print{display:inherit!important}}
</style> </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<style> <style>
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/ /*pre.CodeRay {background-color:#f7f7f8;}*/

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3"> <meta name="generator" content="Asciidoctor 1.5.4">
<title>The War Plugin</title> <title>The War Plugin</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style> <style>
@ -416,7 +416,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important} .hide-for-print{display:none!important}
.show-for-print{display:inherit!important}} .show-for-print{display:inherit!important}}
</style> </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<style> <style>
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/ /*pre.CodeRay {background-color:#f7f7f8;}*/

View File

@ -1,85 +1,85 @@
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'> <urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url> <url>
<loc>http://jruby-gradle.org/base/</loc> <loc>http://jruby-gradle.org/base/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/community/</loc> <loc>http://jruby-gradle.org/community/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/cookbook/</loc> <loc>http://jruby-gradle.org/cookbook/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/docinfo/</loc> <loc>http://jruby-gradle.org/docinfo/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/docs/</loc> <loc>http://jruby-gradle.org/docs/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/download/</loc> <loc>http://jruby-gradle.org/download/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/errors/jar-deprecated-jrubyversion/</loc> <loc>http://jruby-gradle.org/errors/jar-deprecated-jrubyversion/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/errors/jrubyexec-version-conflict/</loc> <loc>http://jruby-gradle.org/errors/jrubyexec-version-conflict/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/examples/basic-topology.gradle</loc> <loc>http://jruby-gradle.org/examples/basic-topology.gradle</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/examples/building-wars.gradle</loc> <loc>http://jruby-gradle.org/examples/building-wars.gradle</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/examples/executable-jar.gradle</loc> <loc>http://jruby-gradle.org/examples/executable-jar.gradle</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/examples/rspec.gradle</loc> <loc>http://jruby-gradle.org/examples/rspec.gradle</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/</loc> <loc>http://jruby-gradle.org/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/jar/</loc> <loc>http://jruby-gradle.org/jar/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
@ -108,50 +108,56 @@
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/news/2015/09/18/jruby-gradle-1-1/</loc>
<lastmod>2015-09-18</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/news/</loc> <loc>http://jruby-gradle.org/news/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/plugins/base/</loc> <loc>http://jruby-gradle.org/plugins/base/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/plugins/jar/</loc> <loc>http://jruby-gradle.org/plugins/jar/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/plugins/storm/</loc> <loc>http://jruby-gradle.org/plugins/storm/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/plugins/war/</loc> <loc>http://jruby-gradle.org/plugins/war/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/start/</loc> <loc>http://jruby-gradle.org/start/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/storm/</loc> <loc>http://jruby-gradle.org/storm/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>
<url> <url>
<loc>http://jruby-gradle.org/war/</loc> <loc>http://jruby-gradle.org/war/</loc>
<lastmod>2015-11-14</lastmod> <lastmod>2016-08-30</lastmod>
<priority>0.1</priority> <priority>0.1</priority>
<changefreq>never</changefreq> <changefreq>never</changefreq>
</url> </url>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.3"> <meta name="generator" content="Asciidoctor 1.5.4">
<title>Hello world</title> <title>Hello world</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style> <style>
@ -416,7 +416,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.hide-for-print{display:none!important} .hide-for-print{display:none!important}
.show-for-print{display:inherit!important}} .show-for-print{display:inherit!important}}
</style> </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<style> <style>
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */ /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/ /*pre.CodeRay {background-color:#f7f7f8;}*/

View File

@ -54,10 +54,6 @@ Download
<h1> <h1>
Storm plugin Storm plugin
</h1> </h1>
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
</div>
<div class="imageblock"> <div class="imageblock">
<div class="content"> <div class="content">
<a class="image" href="https://travis-ci.org/jruby-gradle/jruby-gradle-storm-plugin"><img src="https://travis-ci.org/jruby-gradle/jruby-gradle-storm-plugin.svg?branch=master" alt="Build Status"></a> <a class="image" href="https://travis-ci.org/jruby-gradle/jruby-gradle-storm-plugin"><img src="https://travis-ci.org/jruby-gradle/jruby-gradle-storm-plugin.svg?branch=master" alt="Build Status"></a>
@ -70,5 +66,10 @@ Storm plugin
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//storm.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>

View File

@ -26,3 +26,11 @@
#main_nav .on a { #main_nav .on a {
color: #FFF; color: #FFF;
} }
#improve {
margin-right: 5px;
margin-bottom: 15px;
font-weight: bold;
font-size: 0.8em;
float: right;
}

View File

@ -207,5 +207,10 @@ that into a servlet container such as Tomcat or Jetty.</p>
</div> </div>
</div> </div>
<hr> <hr>
<div id='improve'>
<a href='https://github.com/jruby-gradle/jruby-gradle-plugin/edit/master/docs//war.adoc'>
improve this page
</a>
</div>
</body> </body>
</html> </html>