HHH-7617 Gradle eclipse task missing src paths and test source generation
This commit is contained in:
parent
ea9f478e0f
commit
9ace3a6a08
|
@ -305,6 +305,8 @@ subprojects { subProject ->
|
||||||
plusConfigurations.add( configurations.provided )
|
plusConfigurations.add( configurations.provided )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// eclipseClasspath will not add sources to classpath unless the dirs actually exist.
|
||||||
|
eclipseClasspath.dependsOn("generateSources")
|
||||||
|
|
||||||
// Report configs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// Report configs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
checkstyle {
|
checkstyle {
|
||||||
|
|
Loading…
Reference in New Issue