Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2015-08-08 12:23:58 -07:00
parent 7dfd976e6f
commit 40ed05200f
3 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ Base plugin
dependencies {
<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.0.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.0.1</span><span class="delimiter">&quot;</span></span>
}
}

View File

@ -68,7 +68,7 @@ snippets below to incorporate the latest plugins into your own <a href="http://g
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.0&quot;
classpath &quot;com.github.jruby-gradle:jruby-gradle-plugin:1.0.1&quot;
}
}
apply plugin: &quot;com.github.jruby-gradle.base&quot;</code></pre>
@ -86,7 +86,7 @@ apply plugin: &quot;com.github.jruby-gradle.base&quot;</code></pre>
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.0&quot;
classpath &quot;com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.1&quot;
}
}
apply plugin: &quot;com.github.jruby-gradle.jar&quot;</code></pre>
@ -104,7 +104,7 @@ apply plugin: &quot;com.github.jruby-gradle.jar&quot;</code></pre>
repositories { jcenter() }
dependencies {
classpath &quot;com.github.jruby-gradle:jruby-gradle-war-plugin:1.0.0&quot;
classpath &quot;com.github.jruby-gradle:jruby-gradle-war-plugin:1.0.1&quot;
}
}
apply plugin: &quot;com.github.jruby-gradle.war&quot;</code></pre>

View File

@ -82,7 +82,7 @@ Jar plugin
dependencies {
<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.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-jar-plugin:1.0.1</span><span class="delimiter">&quot;</span></span>
}
}