HHH-7617 Gradle eclipse task missing src paths and test source generation

This commit is contained in:
Brett Meyer 2013-04-09 13:39:09 -04:00
parent ea9f478e0f
commit 9ace3a6a08
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ subprojects { subProject ->
plusConfigurations.add( configurations.provided )
}
}
// eclipseClasspath will not add sources to classpath unless the dirs actually exist.
eclipseClasspath.dependsOn("generateSources")
// Report configs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checkstyle {