Feasibility of having Gradle compile Java with Zinc

Hey gang.

What’s the feasibility of having Gradle compile *.java with Zinc? Zinc does incremental compile of both Java and Scala code by tracking exposed ABIs and the dependencies between source and class files. But if it doesn’t have analysis for classpath entries it treats them as binary, and will recompile in more cases.

Thanks,
Stu