HHH-13685 Remove the deprecated "stable publishing" feature flag
It's the default behavior in Gradle 5.
This commit is contained in:
parent
e14d20d829
commit
1d98edc402
|
@ -8,8 +8,6 @@ if ( !JavaVersion.current().java8Compatible ) {
|
||||||
throw new GradleException( "Gradle must be run with Java 8" )
|
throw new GradleException( "Gradle must be run with Java 8" )
|
||||||
}
|
}
|
||||||
|
|
||||||
enableFeaturePreview('STABLE_PUBLISHING')
|
|
||||||
|
|
||||||
include 'hibernate-core'
|
include 'hibernate-core'
|
||||||
include 'hibernate-entitymanager'
|
include 'hibernate-entitymanager'
|
||||||
include 'hibernate-testing'
|
include 'hibernate-testing'
|
||||||
|
|
Loading…
Reference in New Issue