From 4cdd8eb8265403fbd77d079d3608b4c3c41138af Mon Sep 17 00:00:00 2001 From: Calclavia Date: Wed, 26 Feb 2014 16:26:14 +0800 Subject: [PATCH] Seeing what happens with two modules --- build.gradle | 8 ++++---- settings.gradle | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index c32e9724..9895da77 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ buildProps.withReader { ext.config = new ConfigSlurper().parse prop } -group = "icbm" -archivesBaseName = "ICBM" +group = "resonantinduction" +archivesBaseName = "Resonant-Induction" minecraft { version = "${rootProject.config.version.minecraft}-${rootProject.config.version.forge}" @@ -92,7 +92,7 @@ allprojects { } subprojects { - archivesBaseName = "ICBM" + archivesBaseName = "Resonant-Induction" dependencies { compile rootProject @@ -117,7 +117,7 @@ task copyBuildXml(type: Copy) { task apiZip(type: Zip) { classifier = 'api' from sourceSets*.allSource - include 'icbm/api/**' + include 'resonantinduction/api/**' destinationDir = file 'output' } diff --git a/settings.gradle b/settings.gradle index 4d52ac57..cdafdb02 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,2 @@ rootProject.name = 'core' +include 'archaic' \ No newline at end of file