Demo Manual ./gradlew -q :manual:run Proxy ./gradlew -q :auto:proxy:run AspectJ ./gradlew -q :auto:aspectj:run Uninstrumented app ./gradlew -q :app:run App instrumented with javaagent ./gradlew -q :app:runWithJavaagent App instrumented with compile-time instrumentation Uncomment the instrumentation.compile-time plugin, and run ./gradlew -q :app:run