HHH-13685 Enable the "stable publishing" feature to test it before upgrading to Gradle 5
This commit is contained in:
parent
5f83662226
commit
47f02f2e6e
|
@ -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