aboutsummaryrefslogtreecommitdiff
path: root/factory
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2019-07-19 12:42:09 -0700
committerDavid P. Baker <dpb@google.com>2019-08-19 12:23:56 -0400
commit0af845f3e14ead483ccf137166fad89092f258b4 (patch)
treeb68b186a786ba66f15d56117f522ae2d29d573c1 /factory
parent93fb9c5bbc799c1e565ff9675643430ee5fa2b34 (diff)
downloadauto-0af845f3e14ead483ccf137166fad89092f258b4.tar.gz
Actually include the Gradle Incap processor so that the right manifest files are written
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=259018995
Diffstat (limited to 'factory')
-rw-r--r--factory/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/factory/pom.xml b/factory/pom.xml
index 9ffc8ac3..d100f440 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -89,6 +89,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>net.ltgt.gradle.incap</groupId>
+ <artifactId>incap-processor</artifactId>
+ <version>0.2</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.5</version>