Skip to content

Commit ccde019

Browse files
committed
[#2408] Fix Hibernate Gradle Plugin setup in the examples
1 parent ec8ec2e commit ccde019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/native-sql-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848

4949
// Optional: enable the bytecode enhancements
50-
hibernate { enhancement }
50+
hibernate { enhancement {} }
5151

5252
// Create tasks to run the different API available.
5353
//

examples/session-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
}
4949

5050
// Optional: enable the bytecode enhancements
51-
hibernate { enhancement }
51+
hibernate { enhancement {} }
5252

5353
// Create tasks to run the different API available.
5454
//

0 commit comments

Comments
 (0)