From 13653189fc0649d38c0573c379dc2b72434a6c7c Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Tue, 2 Dec 2014 14:02:23 +0000 Subject: [PATCH] Fix dependency/configuration section of README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61f66d5..721f4d1 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,13 @@ apply plugin: "com.github.robfletcher.compass" buildscript { repositories { + jcenter() mavenCentral() maven { url "http://dl.bintray.com/robfletcher/gradle-plugins" } } dependencies { - classpath "org.gradle.plugins:gradle-compass:2.0.1" - classpath "com.github.jruby-gradle.base:0.1.3" + classpath "com.github.robfletcher:compass-gradle-plugin:2.0.1" + classpath "com.github.jruby-gradle:jruby-gradle-plugin:0.1.3" } } ```