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
- Add a section to show disablement of the configuration cache
- Update to version 7.0.4.Final
- Split out the changes in 'app/build.gradle'
- Add 'app/src/main/resources/hibernate.properties' file
- Add section to show running of the reverse engineering
Signed-off-by: Koen Aers <[email protected]>
* This file was generated by the Gradle 'init' task.
3
+
*
4
+
* This generated file contains a sample Java application project to get you started.
5
+
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.13/userguide/building_java_projects.html in the Gradle documentation.
6
+
*/
7
+
1
8
plugins {
2
-
id('application')
3
-
id('org.hibernate.tool.hibernate-tools-gradle') version '7.0.3.Final'
9
+
// Apply the application plugin to add support for building a CLI application in Java.
10
+
id 'application'
11
+
id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.4.Final'
0 commit comments