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 {