mirror of
https://github.com/google/nomulus.git
synced 2025-06-18 02:14:49 +02:00
Clean up generated sources configuration (#724)
1. The Gradle apt plugin is no longer needed to process annotations. 2. Without the apt plugin, Gralde puts the source files generated by annotation processors in build/generated/sources/annotationProcessor. 3. Change the location of custom generated files to be consistent. 4. Fix a javadoc formatting error.
This commit is contained in:
parent
b4b7095ed3
commit
043c0aaeb8
26 changed files with 7 additions and 83 deletions
|
@ -34,9 +34,7 @@ gradle.plugin.com.dorongold.plugins:task-tree:1.5
|
|||
javax.inject:javax.inject:1
|
||||
junit:junit:4.12
|
||||
nebula.lint:nebula.lint.gradle.plugin:16.0.2
|
||||
net.ltgt.apt:net.ltgt.apt.gradle.plugin:0.19
|
||||
net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:0.6.1
|
||||
net.ltgt.gradle:gradle-apt-plugin:0.19
|
||||
net.ltgt.gradle:gradle-errorprone-plugin:0.6.1
|
||||
org.apache.ant:ant-launcher:1.9.7
|
||||
org.apache.ant:ant:1.9.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue