HHH-8733 - General build cleanup

This commit is contained in:
Steve Ebersole 2013-11-22 18:57:02 -06:00
parent 5d09464c67
commit 50d17da870
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sourceSets {
}
}
compileTestJava {
compileJava {
classpath += configurations.hibernateJpaModelGenTool
}