From cc699ff9f48e3c9f48e38d7e2adbf7b9d079b480 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Thu, 13 Apr 2017 17:18:02 -0700 Subject: Remove proto directory. (#216) * Remove proto sub-module and related rules in settings.gradle and build.gradle. --- settings.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index 0981396f..180b4bfd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,14 +3,12 @@ include ":instrumentation-java-all" include ":instrumentation-java-benchmarks" include ":instrumentation-java-core" include ":instrumentation-java-core-impl" -include ":proto" include ":shared" project(':instrumentation-java-all').projectDir = "$rootDir/all" as File project(':instrumentation-java-benchmarks').projectDir = "$rootDir/benchmarks" as File project(':instrumentation-java-core').projectDir = "$rootDir/core" as File project(':instrumentation-java-core-impl').projectDir = "$rootDir/core_impl" as File -project(':proto').projectDir = "$rootDir/proto" as File project(':shared').projectDir = "$rootDir/shared" as File // Java8 projects only -- cgit v1.2.3