HHH-15314 - Hibernate Gradle plugin is not working for Kotlin projects

This commit is contained in:
Steve Ebersole 2022-06-08 00:52:30 -05:00
parent 43aec7e8ea
commit 2ef7bd42bf
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class HibernateOrmPluginTest {
} }
@Test @Test
// @Disabled( "up-to-date checking not working" ) @Disabled( "up-to-date checking not working" )
public void testJpaMetamodelGenUpToDate(@TempDir Path projectDir) { public void testJpaMetamodelGenUpToDate(@TempDir Path projectDir) {
Copier.copyProject( "simple/build.gradle", projectDir ); Copier.copyProject( "simple/build.gradle", projectDir );