HHH-15314 - Hibernate Gradle plugin is not working for Kotlin projects
This commit is contained in:
parent
43aec7e8ea
commit
2ef7bd42bf
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue