From e79f0e9a655c9d57f7a956ea442df8e4a49928b8 Mon Sep 17 00:00:00 2001 From: Adrian Date: Sun, 7 Jun 2015 11:10:47 +0200 Subject: [PATCH] update gradle instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a31f8c92..c04a5a28 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,15 @@ this repository will have to be rejected. Add the following to your build.gradle file: ``` +repositories { + ivy { + name "BuildCraft" + artifactPattern "http://www.mod-buildcraft.com/releases/BuildCraft/[revision]/[module]-[revision]-[classifier].[ext]" + } +} + dependencies { - compile 'com.mod-buildcraft:buildcraft:6.1.8:dev' + compile name: "buildcraft", version: "7.0.7", classifier: "dev" } ``` -Where `6.1.8` is the desired version of BuildCraft. +Where `7.0.7` is the desired version of BuildCraft.