File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/5-minute-tutorial/app Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ tutorial. Now we can tackle the `build.gradle` file.
8484## Modify the generated ` app\build.gradle ` file
8585
8686We have to specify the use of the Gradle plugin in the ` plugin ` section of the ` build.gradle ` file.
87- So we add ` id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20 .Final' ` to that section.
87+ So we add ` id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21 .Final' ` to that section.
8888
8989``` groovy
9090...
9191plugins {
9292 ...
93- id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20 .Final'
93+ id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21 .Final'
9494}
9595...
9696```
@@ -114,7 +114,7 @@ with the contents as shown below.
114114``` groovy
115115plugins {
116116 id 'application'
117- id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.20 .Final'
117+ id 'org.hibernate.tool.hibernate-tools-gradle' version '6.6.21 .Final'
118118}
119119
120120repositories {
Original file line number Diff line number Diff line change 88plugins {
99 // Apply the application plugin to add support for building a CLI application in Java.
1010 id ' application'
11- id ' org.hibernate.tool.hibernate-tools-gradle' version ' 6.6.20 .Final'
11+ id ' org.hibernate.tool.hibernate-tools-gradle' version ' 6.6.21 .Final'
1212}
1313
1414repositories {
You can’t perform that action at this time.
0 commit comments