hibernate-orm
hibernate-orm copied to clipboard
HHH-15557 fix problem when orm plugin is applied before Java plugin
There was a report that the build.gradle file contained in the project stubs generated by start.spring.io did not compile (see spring-io/start.spring.io#1078) that identified HHH-15557 as the underlying issue.
Here is my attempt to fix it following the approach suggested in the Gradle docs.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion. For more information on licensing, please check here.