Attempt to fix build script

This commit is contained in:
Aidan C. Brady 2014-06-13 01:29:27 +02:00
parent dd4fa16d00
commit 704b3e2ac1

View file

@ -17,17 +17,6 @@ buildscript {
} }
} }
repositories {
ivy {
name 'CB FS'
artifactPattern "http://www.chickenbones.craftsaddle.org/Files/New_Versions/1.7.2/[module]-dev%20[revision].[ext]"
}
maven {
name 'ForgeFS'
url 'http://files.minecraftforge.net/maven'
}
}
apply plugin: 'forge' apply plugin: 'forge'
// Define properties file // Define properties file