HHH-8733 temporary fix for eclipse task

This commit is contained in:
Brett Meyer 2013-11-25 13:39:35 -05:00
parent f24e470181
commit aabd904ec6
1 changed files with 3 additions and 1 deletions

View File

@ -319,7 +319,9 @@ subprojects { subProject ->
}
// eclipseClasspath will not add sources to classpath unless the dirs actually exist.
eclipseClasspath.dependsOn("generateSources")
// TODO: Eclipse's annotation processor handling is also fairly stupid (and completely lacks in the
// Gradle plugin). For now, just compile first in order to get the logging classes.
eclipseClasspath.dependsOn("testClasses")
// Animal Sniffer ~~~~~~~~~~~~~~~~~~