hibernate-orm/tooling
Tomas Cerskus 07529c309d HHH-15707 - Fix Gradle plugin with Kotlin 1.7.0 or higher
Since Kotlin version 1.7.0 the KotlinCompile task no longer extends
Gradle's AbstractCompile.

This commit updates Hibernate Gradle enhancement plugin to not cast to
AbstractCompile and instead use reflection to invoke the
"getDestinationDirectory" method.

It also updates the Kotlin version on used to test the Gradle
enhancement (but remains backwards compatible with previous Kotlin
versions).
2023-02-06 18:00:12 +01:00
..
hibernate-ant HHH-16058 Removing Environment#getBytecodeProvider 2023-01-20 14:31:08 +00:00
hibernate-enhance-maven-plugin HHH-16058 Removing Environment#getBytecodeProvider 2023-01-20 14:31:08 +00:00
hibernate-gradle-plugin HHH-15707 - Fix Gradle plugin with Kotlin 1.7.0 or higher 2023-02-06 18:00:12 +01:00
metamodel-generator HHH-15372 - Update the jpa schema versions 2023-01-10 18:29:50 +01:00