Rely on the artifacts from bintray

This commit is contained in:
R. Tyler Croy 2014-08-10 17:02:44 -07:00
parent 4e4efe8ade
commit 42b0521a57
1 changed files with 4 additions and 3 deletions

View File

@ -6,18 +6,19 @@ apply plugin: 'jruby'
buildscript {
repositories {
mavenLocal()
maven {
url 'http://dl.bintray.com/rtyler/jruby'
}
}
dependencies {
classpath group: 'com.lookout', name: 'jruby-gradle-plugin', version: '1.0.7-SNAPSHOT'
classpath group: 'com.lookout', name: 'jruby-gradle-plugin', version: '1.0.11'
}
}
repositories {
// Pull in Maven Central for all our non-ruby dependencies
mavenCentral()
mavenLocal()
}
dependencies {