HHH-13685 Enable the "stable publishing" feature to test it before upgrading to Gradle 5

This commit is contained in:
Yoann Rodière 2019-10-21 17:37:54 +02:00 committed by Steve Ebersole
parent 5f83662226
commit 47f02f2e6e
1 changed files with 2 additions and 0 deletions

View File

@ -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'