HHH-9680 - hibernate-osgi module has gone cra-cra again
This commit is contained in:
parent
04a4f54579
commit
98a4f3c67f
|
@ -3,7 +3,8 @@ include 'hibernate-testing'
|
|||
include 'hibernate-entitymanager'
|
||||
include 'hibernate-envers'
|
||||
|
||||
include 'hibernate-osgi'
|
||||
// Temporarily disabled : HHH-9680
|
||||
//include 'hibernate-osgi'
|
||||
|
||||
include 'hibernate-c3p0'
|
||||
include 'hibernate-proxool'
|
||||
|
@ -22,6 +23,7 @@ project(':metamodel-generator').name = 'hibernate-jpamodelgen'
|
|||
include 'hibernate-gradle-plugin'
|
||||
project(':hibernate-gradle-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-gradle-plugin")
|
||||
|
||||
// Temporarily disabled : HHH-9679
|
||||
//include 'hibernate-enhance-maven-plugin'
|
||||
//project(':hibernate-enhance-maven-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-enhance-maven-plugin")
|
||||
|
||||
|
|
Loading…
Reference in New Issue