HHH-13685 Remove the deprecated "stable publishing" feature flag

It's the default behavior in Gradle 5.
This commit is contained in:
Yoann Rodière 2019-10-22 16:43:44 +02:00 committed by Steve Ebersole
parent e14d20d829
commit 1d98edc402
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ 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'