Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0c37ab3a1682bf8728dc6d1aa844eb5f2f62207c
https://github.com/hibernate/hibernate-orm/commit/0c37ab3a1682bf8728dc6d1...
Author: Markus Heiden <markus(a)markusheiden.de>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M
tooling/hibernate-gradle-plugin/src/main/groovy/org/hibernate/orm/tooling/gradle/EnhancementHelper.java
Log Message:
-----------
HHH-14657 Use the compile instead of runtime classpath
The runtime classpath contains the dependencies as jars that are not yet built when the
plugin needs them. So use the compile classpath plus the compiled classes of the current
project.