Skip to content

Commit

Permalink
HHH-13685 Remove the deprecated "stable publishing" feature flag
Browse files Browse the repository at this point in the history
It's the default behavior in Gradle 5.
  • Loading branch information
yrodiere authored and sebersole committed Apr 1, 2020
1 parent e14d20d commit 1d98edc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit 1d98edc

Please sign in to comment.