Bytecode enhancement using the Gradle plugin is directly tied to the Gradle compileJava task as a "task action" added to the compile task for each indicated source-set (main by default). Exposing bytecode enhancement via a separate/standalone task would provide greater flexibility in various build environments. |