Skip to content

Commit 56c4a25

Browse files
committed
[#2408] Fix Hibernate Gradle Plugin setup in the examples
1 parent f7e3600 commit 56c4a25

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
@@ -44,7 +44,7 @@ dependencies {
4444
}
4545

4646
// Optional: enable the bytecode enhancements
47-
hibernate { enhancement }
47+
hibernate { enhancement {} }
4848

4949
// Create tasks to run the different API available.
5050
//

examples/session-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
}
4646

4747
// Optional: enable the bytecode enhancements
48-
hibernate { enhancement }
48+
hibernate { enhancement {} }
4949

5050
// Create tasks to run the different API available.
5151
//

0 commit comments

Comments
 (0)