HHH-9717 - Build script improvements - applied new standalone XJC and AnimalSniffer plugins

This commit is contained in:
Steve Ebersole 2015-04-10 12:06:24 -05:00
parent 650267077d
commit 018b5e11ed
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ test {
if ( project.properties.java6Home == null ) {
// hibernate-osgi *must* be run using Java 6 or 7. So disable its tests if
// java6Home is not available
enabled = false
test.enabled = false
}
else {
compileTestJava {