grails / gorm-hibernate5

GORM for Hibernate 5
Apache License 2.0
65 stars 70 forks source link

gorm-hibernate-core 6.1.10 has not been released to bintray / MavenCentral #99

Open sdelamo opened 6 years ago

sdelamo commented 6 years ago

Bintray: https://bintray.com/bintray/jcenter/org.grails%3Agrails-datastore-gorm-hibernate-core

MavenCentral: https://mvnrepository.com/artifact/org.grails/grails-datastore-gorm-hibernate-core

A workaround is to use this repo:

maven { url "https://repo.grails.org/grails/core" }

sdelamo commented 6 years ago

I've added a daily cron test which verifies the deployment to bintray/jcenter repo:

https://github.com/grails/bintrayjcenter-package-verify

pm-rodrigo commented 5 years ago

Hi there,

I used the workaround repository as mentioned but it is still not finding

grails-datastore-gorm-hibernate-core : 6.1.10.RELEASE.

Could you please point any other repository I could try?