Grails: Generic hibernate version for plugin -
i wonder if knows simple way of managing hibernate within plugin plugin becomes compatible variations of hibernate configuration within various types of grails default applications.
line 21 has hibernate :hibernate4:4.3.5.4 appears work fine grails 2.4.2 apps on grails 2.4.4 apps
runtime ":hibernate4:4.3.6.1"
this causes issues.
just wondering if there way of making more generic work grails pre 2.4 apps..
this should work: ":hibernate:$grailsversion"
Comments
Post a Comment