Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2015-09-18 13:26:55 -07:00
parent 16a02d92ad
commit 5fccae9763
1 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,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.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>
@ -91,7 +91,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.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>
@ -109,7 +109,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.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>
@ -127,7 +127,7 @@ apply plugin: &quot;com.github.jruby-gradle.war&quot;</code></pre>
repositories { jcenter() }
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>