Skip to content

Commit

Permalink
HBX-2861: Include the Gradle plugin in the 7.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <[email protected]>
  • Loading branch information
koentsje committed Jul 11, 2024
1 parent 229c2c5 commit e6186e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = 'org.hibernate.tool'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<module>orm</module>
<module>jbt</module>
<module>maven</module>
<module>gradle</module>
<module>ant</module>
<module>test</module>
<module>utils</module>
Expand Down

0 comments on commit e6186e0

Please sign in to comment.