You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/hibernate-gradle-plugin/src/main/groovy/org/hibernate/orm/tooling/gradle/HibernateExtension.groovy
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ class HibernateExtension {
23
23
/**
24
24
* The source sets that hold persistent model. Default is project.sourceSets.main
25
25
*/
26
-
defSourceSet[] sourceSets
26
+
defSourceSet[] sourceSets
27
+
27
28
/**
28
29
* Configuration for bytecode enhancement. Private; see instead {@link #enhance(groovy.lang.Closure)}
0 commit comments