Fixed generated source location.
This commit is contained in:
parent
351ed6598a
commit
33beb8ad5f
1 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ The `GeneratedVersion` class will be automatically created in the `build/generat
|
|||
In order to also incorporate the generated source code into the `source tree`, add the following to the very top of the `build.gradle` file:
|
||||
|
||||
```gradle
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated")
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated/java")
|
||||
```
|
||||
|
||||
The `GeneratedVersion.java` file will now be located in `src/generated`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue