Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2015-09-10 16:56:38 -07:00
parent a53cddf592
commit 864c808b39
4 changed files with 369 additions and 1 deletions

138
news.atom
View File

@ -1,10 +1,146 @@
<feed xml:lang='en-US' xmlns='http://www.w3.org/2005/Atom'>
<id>http://jruby-gradle.org/</id>
<title>JRuby/Gradle News</title>
<updated>2015-09-10T15:24:41-07:00</updated>
<updated>2015-09-10T16:55:14-07:00</updated>
<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'>
<entry>
<id>http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/</id>
<title>v1.0.4 and a few squashed bugs</title>
<updated>2015-09-10T16:55:14-07:00</updated>
<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'>
<summary>
We&#8217;ve just released a minor bug fix release of the
1.0.x
branch of the JRuby/Gradle core plugins. We wanted to get a few bug fixes out
to users before we release
1.1.0
- Dresden, a release which contains some great new features which are still
baking in the oven.
Upgrading to this release is as easy as editing your build.gradle files:
build.gradle
buildscript {
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.4&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'
The full diff from
1.0.3
to 1.0.4 can be found here.
Improvements
#211:
Upgrade to use JRuby 9.0.1.0
by default
#193:
Avoid packing a redundant copy of
jruby-mains...
</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;Weve just released a minor bug fix release of the
&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/tree/release-1.0.x&quot;&gt;1.0.x
branch&lt;/a&gt; of the JRuby/Gradle core plugins. We wanted to get a few bug fixes out
to users before we release
&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/milestones/1.1.0%20-%20Dresden&quot;&gt;1.1.0
- Dresden&lt;/a&gt;, a release which contains some great new features which are still
baking in the oven.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Upgrading to this release is as easy as editing your &lt;code&gt;build.gradle&lt;/code&gt; files:&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;buildscript {
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.4&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;The full diff from
&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-plugin/compare/v1.0.3…v1.0.4&quot;&gt;1.0.3
to 1.0.4 can be found here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;improvements&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#improvements&quot;&gt;&lt;/a&gt;Improvements&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&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/211&quot;&gt;#211&lt;/a&gt;:
Upgrade to use JRuby &lt;a href=&quot;http://jruby.org/2015/09/02/jruby-9-0-1-0.html&quot;&gt;9.0.1.0&lt;/a&gt;
by default&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/193&quot;&gt;#193&lt;/a&gt;:
Avoid packing a redundant copy of
&lt;a href=&quot;https://github.com/jruby/jruby-mains&quot;&gt;jruby-mains&lt;/a&gt; inside packed jars&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;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/190&quot;&gt;#190&lt;/a&gt;: generated
gradle.rb needs to follow the jars/gems setup we have everywhere else&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/213&quot;&gt;#213&lt;/a&gt;:
cannot resolve gems with &lt;code&gt;~&amp;gt; 0.10.4.0&lt;/code&gt; to &lt;code&gt;0.10.4&lt;/code&gt; the way bundler does&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/jruby-gradle/jruby-gradle-storm-plugin/issues/21&quot;&gt;jruby-gradle-storm-plugin#21&lt;/a&gt;:
enable easier subclassing of &lt;code&gt;JRubyJar&lt;/code&gt; so subclasses can override
properties cleanly.&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/220&quot;&gt;#220&lt;/a&gt;:
prepareJRubyJar doesnt cache results and reinstalls gems every single run&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/01/gradle-spotlight-continuous-build/</id>
<title>Gradle Feature Spotlight: Continuous Build</title>
<updated>2015-09-10T15:24:41-07:00</updated>

View File

@ -0,0 +1,138 @@
<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>
v1.0.4 and a few squashed bugs
</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>
v1.0.4 and a few squashed bugs
</h1>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>We&#8217;ve just released a minor bug fix release of the
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/tree/release-1.0.x">1.0.x
branch</a> of the JRuby/Gradle core plugins. We wanted to get a few bug fixes out
to users before we release
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/milestones/1.1.0%20-%20Dresden">1.1.0
- Dresden</a>, a release which contains some great new features which are still
baking in the oven.</p>
</div>
<div class="paragraph">
<p>Upgrading to this release is as easy as editing your <code>build.gradle</code> files:</p>
</div>
<div class="listingblock">
<div class="title">build.gradle</div>
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">buildscript {
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.4&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'</code></pre>
</div>
</div>
<div class="paragraph">
<p>The full diff from
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/compare/v1.0.3&#8230;&#8203;v1.0.4">1.0.3
to 1.0.4 can be found here</a>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="improvements"><a class="anchor" href="#improvements"></a>Improvements</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/211">#211</a>:
Upgrade to use JRuby <a href="http://jruby.org/2015/09/02/jruby-9-0-1-0.html">9.0.1.0</a>
by default</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/193">#193</a>:
Avoid packing a redundant copy of
<a href="https://github.com/jruby/jruby-mains">jruby-mains</a> inside packed jars</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="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/190">#190</a>: generated
gradle.rb needs to follow the jars/gems setup we have everywhere else</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/213">#213</a>:
cannot resolve gems with <code>~&gt; 0.10.4.0</code> to <code>0.10.4</code> the way bundler does</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-storm-plugin/issues/21">jruby-gradle-storm-plugin#21</a>:
enable easier subclassing of <code>JRubyJar</code> so subclasses can override
properties cleanly.</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/220">#220</a>:
prepareJRubyJar doesn&#8217;t cache results and reinstalls gems every single run</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
</body>
</html>

View File

@ -56,6 +56,94 @@ JRuby/Gradle News
</h1>
<div class='post'>
<h1>
<a href='/news/2015/09/10/jruby-gradle-1/'>v1.0.4 and a few squashed bugs</a>
</h1>
<strong>
10 September 2015
</strong>
<div class='content'>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>We&#8217;ve just released a minor bug fix release of the
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/tree/release-1.0.x">1.0.x
branch</a> of the JRuby/Gradle core plugins. We wanted to get a few bug fixes out
to users before we release
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/milestones/1.1.0%20-%20Dresden">1.1.0
- Dresden</a>, a release which contains some great new features which are still
baking in the oven.</p>
</div>
<div class="paragraph">
<p>Upgrading to this release is as easy as editing your <code>build.gradle</code> files:</p>
</div>
<div class="listingblock">
<div class="title">build.gradle</div>
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">buildscript {
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.4&quot;
}
}
apply plugin: 'com.github.jruby-gradle.base'</code></pre>
</div>
</div>
<div class="paragraph">
<p>The full diff from
<a href="https://github.com/jruby-gradle/jruby-gradle-plugin/compare/v1.0.3&#8230;&#8203;v1.0.4">1.0.3
to 1.0.4 can be found here</a>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="improvements"><a class="anchor" href="#improvements"></a>Improvements</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/211">#211</a>:
Upgrade to use JRuby <a href="http://jruby.org/2015/09/02/jruby-9-0-1-0.html">9.0.1.0</a>
by default</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/193">#193</a>:
Avoid packing a redundant copy of
<a href="https://github.com/jruby/jruby-mains">jruby-mains</a> inside packed jars</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="ulist">
<ul>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/190">#190</a>: generated
gradle.rb needs to follow the jars/gems setup we have everywhere else</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/213">#213</a>:
cannot resolve gems with <code>~&gt; 0.10.4.0</code> to <code>0.10.4</code> the way bundler does</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-storm-plugin/issues/21">jruby-gradle-storm-plugin#21</a>:
enable easier subclassing of <code>JRubyJar</code> so subclasses can override
properties cleanly.</p>
</li>
<li>
<p><a href="https://github.com/jruby-gradle/jruby-gradle-plugin/issues/220">#220</a>:
prepareJRubyJar doesn&#8217;t cache results and reinstalls gems every single run</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class='post'>
<h1>
<a href='/news/2015/09/01/gradle-spotlight-continuous-build/'>Gradle Feature Spotlight: Continuous Build</a>
</h1>
<strong>

View File

@ -102,6 +102,12 @@
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/news/2015/09/10/jruby-gradle-1/</loc>
<lastmod>2015-09-10</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/news/</loc>
<lastmod>2015-09-10</lastmod>
<priority>0.1</priority>