Andy Wilkinson (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiYjI1MWY3OGQ2...
) / Bug (
https://hibernate.atlassian.net/browse/HHH-15557?atlOrigin=eyJpIjoiYjI1MW...
) HHH-15557 (
https://hibernate.atlassian.net/browse/HHH-15557?atlOrigin=eyJpIjoiYjI1MW...
) Extension of type 'JavaPluginExtension' does not exist when Hibernate's
Gradle plugin is applied before Java plugin (
https://hibernate.atlassian.net/browse/HHH-15557?atlOrigin=eyJpIjoiYjI1MW...
)
Issue Type: Bug Affects Versions: 6.1.3 Assignee: Unassigned Components:
hibernate-gradle-plugin Created: 28/Sep/2022 02:08 AM Environment: Hibernate 6.3.1, Gradle
7.5.1 Priority: Major Reporter: Andy Wilkinson (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
When the org.hibernate.orm plugin is applied before Gradle's java plugin:
plugins {
id "org.hibernate.orm" version "6.1.3.Final"
id "java"
}
It fails:
* What went wrong:
An exception occurred applying plugin request [id: 'org.hibernate.orm', version:
'6.1.3.Final']
Failed to apply plugin 'org.hibernate.orm'.
Could not create an instance of type org.hibernate.orm.tooling.gradle.HibernateOrmSpec.
Extension of type 'JavaPluginExtension' does not exist. Currently registered
extension types: [ExtraPropertiesExtension, SourceSetContainer]
Reversing the order of the plugins avoids the problem.
The Gradle documentation (
https://docs.gradle.org/current/userguide/implementing_gradle_plugins.html ) recommends
reacting to a plugin being applied to avoid this sort of problem and to avoid applying
plugins unnecessarily.
(
https://hibernate.atlassian.net/browse/HHH-15557#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-15557#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100207- sha1:ee9e30a )