grails / grails-spring-security-cas

Apache License 2.0
19 stars 30 forks source link

3.1.1-BUILD-SNAPSHOT artefacts not available in repo.grails.org #28

Open robertoschwald opened 5 years ago

robertoschwald commented 5 years ago

There seems to be a problem with the 3.1.1-BUILD-SNAPSHOT artefacts on

https://repo.grails.org/grails/core/org/grails/plugins/spring-security-cas/3.1.1.BUILD-SNAPSHOT/

All of them cause a 404 error.

{
   "errors": [
   {
      "status": 404,
      "message": "Artifact not found: org/grails/plugins/spring-security-cas/3.1.1.BUILD-SNAPSHOT/spring-security-cas-3.1.1.BUILD-20171003.112141-1.jar"
   }]
}
kastork commented 5 years ago

+1

Grails 4 adoption is impacted by this.

robertoschwald commented 5 years ago

Anyone?

robertoschwald commented 4 years ago

As no one is currently taking care of this ticket, here is a workaround for all hit by this problem:

Add to the repositories block in build.gradle:

  maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // For Spring-Security-CAS 3.1.1-BUILD-SNAPSHOT due to https://github.com/grails-plugins/grails-spring-security-cas/issues/28
RandomJ commented 3 years ago

Any chance someone has an updated repo location? It looks like jfrog removed it.