Force the jar plugin into our classpath in the example

This commit is contained in:
R. Tyler Croy 2015-09-10 17:17:47 -07:00
parent 90499d72da
commit ecc92d61a0
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ buildscript {
* use if you want to use this build.gradle outside of gradleTest
*/
classpath 'com.github.jruby-gradle:jruby-gradle-storm-plugin:%%VERSION%%'
classpath 'com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.4+'
}
}