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 gbadner
parent d7b68ba8ce
commit a62d92cd64
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'