HHH-8733 temporary fix for eclipse task
This commit is contained in:
parent
f24e470181
commit
aabd904ec6
|
@ -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 ~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue