We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548088d commit 796b4b5Copy full SHA for 796b4b5
settings.gradle
@@ -8,4 +8,6 @@ if ( !JavaVersion.current().java8Compatible ) {
8
throw new GradleException( "Gradle must be run with Java 8" )
9
}
10
11
-enableFeaturePreview('STABLE_PUBLISHING')
+enableFeaturePreview('STABLE_PUBLISHING')
12
+
13
+rootProject.name = 'hibernate-commons-annotations'
0 commit comments