HHH-13685 Enable the "stable publishing" feature to test it before upgrading to Gradle 5
This commit is contained in:
parent
d7b68ba8ce
commit
a62d92cd64
|
@ -8,6 +8,8 @@ if ( !JavaVersion.current().java8Compatible ) {
|
|||
throw new GradleException( "Gradle must be run with Java 8" )
|
||||
}
|
||||
|
||||
enableFeaturePreview('STABLE_PUBLISHING')
|
||||
|
||||
include 'hibernate-core'
|
||||
include 'hibernate-entitymanager'
|
||||
include 'hibernate-testing'
|
||||
|
|
Loading…
Reference in New Issue