Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created March 21, 2011 23:12
Show Gist options
  • Save sebersole/880440 to your computer and use it in GitHub Desktop.
Save sebersole/880440 to your computer and use it in GitHub Desktop.
project.getTasks().findByName( "compileJava" ).doLast(
new Action<Task>() {
@Override
public void execute(Task task) {
injectionTask.performAction();
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment