Skip to content

Commit 796b4b5

Browse files
michalszynkiewiczSanne
authored andcommitted
decouple artifactId from directory name
1 parent 548088d commit 796b4b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

settings.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ if ( !JavaVersion.current().java8Compatible ) {
88
throw new GradleException( "Gradle must be run with Java 8" )
99
}
1010

11-
enableFeaturePreview('STABLE_PUBLISHING')
11+
enableFeaturePreview('STABLE_PUBLISHING')
12+
13+
rootProject.name = 'hibernate-commons-annotations'

0 commit comments

Comments
 (0)