From 5a6e3454f63fcbdc598f5af10c7842d32bacfe26 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Fri, 12 May 2017 12:01:53 -0700 Subject: Rename gradle subprojects name to match the directories name. (#298) * Rename gradle subprojects name to match the directories name. Change the api jar name to match the maven artifact. Update gradle projects name in travis. --- all/build.gradle | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'all') diff --git a/all/build.gradle b/all/build.gradle index 143e4cb3..550b924c 100644 --- a/all/build.gradle +++ b/all/build.gradle @@ -11,15 +11,12 @@ buildscript { } } -// TODO(sebright): Look into handling instrumentation-java-core-impl-java-7, -// instrumentation-java-core-impl-java-8, and -// instrumentation-java-core-impl-android. 'subprojects' currently doesn't -// include all directories, because Javadoc cannot handle multiple classes with -// the same name, such as StatsManagerImpl. +// TODO(bdrutu): core_impl_android subproject currently isn't included because Javadoc cannot +// handle multiple classes with the same name, such as StatsManagerImpl. def subprojects = [ - project(':instrumentation-java-core'), - project(':instrumentation-java-core-impl'), - project(':instrumentation-java-core-impl-java'), + project(':core'), + project(':core_impl'), + project(':core_impl_java'), ] for (subproject in rootProject.subprojects) { -- cgit v1.2.3