Skip to content

Commit 0449c1a

Browse files
committed
HHH-12793 Fix preexisting indentation issues
1 parent 9ebed55 commit 0449c1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hibernate-osgi/hibernate-osgi.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ task generateVersionFile {
119119

120120
karaf {
121121
features {
122-
xsdVersion = '1.4.0'
123-
feature {
124-
name = 'hibernate-orm'
125-
description = 'Combines all Hibernate core dependencies and required modules into a single feature'
122+
xsdVersion = '1.4.0'
123+
feature {
124+
name = 'hibernate-orm'
125+
description = 'Combines all Hibernate core dependencies and required modules into a single feature'
126126
includeProject = true
127127
feature ('wrap') {
128128
prerequisite = true
129129
}
130130
feature 'transaction-api'
131-
}
131+
}
132132
// NOTE : would like to include spatial as well, but we need to wait for
133133
//it to not define dependency on postgresql driver
134134
feature {

0 commit comments

Comments
 (0)