aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorAdam Murdoch <adam.murdoch@gradleware.com>2012-08-21 15:36:01 +1000
committerAdam Murdoch <adam.murdoch@gradleware.com>2012-08-21 15:36:01 +1000
commit238faded3b24bcd70b2aa6bd3a6302f64f31b070 (patch)
treebed180c73208d4601a3ac372b4d08eda381bc0d3 /settings.gradle
parent08bd6cfc94cf36d4ab8540574fc8eaa3a6271c64 (diff)
downloadbuild-238faded3b24bcd70b2aa6bd3a6302f64f31b070.tar.gz
Separated the prototype into plugin and test apps.
The plugin implementation has moved to the gradle/ directory, and the test applications have moved under the testapps/ directory. This change means that you now have to run ./gradlew uploadArchives in the root directory to make the plugin available to the test application builds via a local repository (in repo/). See the readme.md for more details about building and using the test applications. Change-Id: Id9b268aa1d6d1a5621513fb788b2dc90ca2793e8
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 1 insertions, 9 deletions
diff --git a/settings.gradle b/settings.gradle
index a93691f..b9845fa 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,9 +1 @@
-include 'basic'
-include 'customized'
-
-include 'app'
-include 'util'
-include 'library'
-project(':app').projectDir = new File(rootDir, 'multiproject/app')
-project(':util').projectDir = new File(rootDir, 'multiproject/util')
-project(':library').projectDir = new File(rootDir, 'multiproject/library')
+include 'gradle'