From 3a5e79f9062d2d796ea17188a0c604b70aeeef89 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 24 Mar 2017 16:26:32 -0700 Subject: [PATCH] Updated EWERKS plugin location. --- README.html | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 54833fc..576afdd 100644 --- a/README.html +++ b/README.html @@ -249,7 +249,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf }

The GeneratedVersion class will be automatically created in the build directory upon compiling.

Class & Source Generation

-

In order to also incorporate the generated source code into the source tree, use the EWERK Annotation Processor Plugin. Start by addding the following to the very top of the build.gradle file:

+

In order to also incorporate the generated source code into the source tree, use the EWERK Annotation Processor Plugin. Start by addding the following to the very top of the build.gradle file:

plugins {
     id "com.ewerk.gradle.plugins.annotation-processor" version "1.0.3"
 }
diff --git a/README.md b/README.md index 1c2b582..4c12a3a 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ The `GeneratedVersion` class will be automatically created in the `build` direct #### Class & Source Generation -In order to also incorporate the generated source code into the `source tree`, use the [EWERK Annotation Processor Plugin](https://github.com/ewerk/gradle-plugins/tree/master/plugins/annotation-processor-plugin). Start by addding the following to the very top of the `build.gradle` file: +In order to also incorporate the generated source code into the `source tree`, use the [EWERK Annotation Processor Plugin](https://github.com/ewerk/gradle-plugins/tree/master/annotation-processor-plugin). Start by addding the following to the very top of the `build.gradle` file: ```gradle plugins {