HHH-9717 - Build script improvements - applied new standalone XJC and AnimalSniffer plugins
This commit is contained in:
parent
650267077d
commit
018b5e11ed
|
@ -27,7 +27,7 @@ test {
|
||||||
if ( project.properties.java6Home == null ) {
|
if ( project.properties.java6Home == null ) {
|
||||||
// hibernate-osgi *must* be run using Java 6 or 7. So disable its tests if
|
// hibernate-osgi *must* be run using Java 6 or 7. So disable its tests if
|
||||||
// java6Home is not available
|
// java6Home is not available
|
||||||
enabled = false
|
test.enabled = false
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
compileTestJava {
|
compileTestJava {
|
||||||
|
|
Loading…
Reference in New Issue