Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2015-07-31 01:20:29 -07:00
parent f4e75ad957
commit 19769d5feb
1 changed files with 3 additions and 3 deletions

View File

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