Fix running on JDK 22

This commit is contained in:
Christian Beikov 2023-08-16 18:53:09 +02:00
parent e753da11f8
commit 689d16216d
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ plugins {
// for local publishing
id 'maven-publish'
id 'org.hibernate.orm.build.jdks'
id 'org.hibernate.orm.build.java-module'
}
apply from: rootProject.file( 'gradle/module.gradle' )