mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-6000 - split annotation processor execution out into separate tasks
This commit is contained in:
parent
7f09622a68
commit
4926904ed7
@ -13,7 +13,6 @@ dependencies {
|
|||||||
compile( libraries.javassist )
|
compile( libraries.javassist )
|
||||||
testCompile( project(':hibernate-core').sourceSets.test.classes )
|
testCompile( project(':hibernate-core').sourceSets.test.classes )
|
||||||
testCompile( libraries.junit )
|
testCompile( libraries.junit )
|
||||||
testCompile( libraries.jpa_modelgen )
|
|
||||||
testCompile( libraries.shrinkwrap_api )
|
testCompile( libraries.shrinkwrap_api )
|
||||||
testCompile( libraries.shrinkwrap )
|
testCompile( libraries.shrinkwrap )
|
||||||
testCompile( libraries.validation )
|
testCompile( libraries.validation )
|
||||||
@ -65,8 +64,3 @@ copyBundleResources.dependsOn bundlesTargetDir
|
|||||||
|
|
||||||
// make sure that the bundles for the packaged test (PackagingTestCase) are copied as well
|
// make sure that the bundles for the packaged test (PackagingTestCase) are copied as well
|
||||||
processTestResources.dependsOn copyBundleResources
|
processTestResources.dependsOn copyBundleResources
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user