Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 323 Bytes

quasar-gradle-plugin

Plugin for Quasar instrumentation with gradle. Based on https://github.com/vy/quasar-maven-plugin

This plugins adds a task 'quasarInstrumentation', which does the instrumentation.

As a sugestion, you can add it as the finalizer task of compile EG: compileJava.finalizedBy(quasarInstrumentation)