mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00: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:
@@ -14,7 +14,6 @@
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'nebula.lint'
|
||||
apply plugin: 'net.ltgt.apt'
|
||||
apply plugin: 'net.ltgt.errorprone'
|
||||
apply plugin: 'checkstyle'
|
||||
apply plugin: 'jacoco'
|
||||
|
||||
Reference in New Issue
Block a user