diff --git a/build.gradle b/build.gradle index a8ccca8..e2d1fa5 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,8 @@ } dependencies { - compileCommon 'org.ultramine.core:ultramine_core-1.7.10:0.2.0-beta.7' +// compileCommon 'org.ultramine.core:ultramine_core-1.7.10:0.2.0-beta.7' + compile 'org.ultramine.core:ultramine_core-1.7.10:0.2.0-indev' testCompile 'org.codehaus.groovy:groovy-all:2.4.3' testCompile 'org.spockframework:spock-core:1.0-groovy-2.4' diff --git a/settings.gradle b/settings.gradle index 34fdb9e..87d7a6d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,3 @@ -rootProject.name = project_name + (concat_mc_version_to=='name' ? ('-'+minecraft_version) : '') \ No newline at end of file +rootProject.name = project_name + (concat_mc_version_to=='name' ? ('-'+minecraft_version) : '') + +includeBuild('../ultramine_core')